home *** CD-ROM | disk | FTP | other *** search
/ How to Get Online 1996 Spring / HOW2GON.ISO / mac / Desktop Folder / How To Get Online / MISC / PCPICO / pine.hlp < prev    next >
Encoding:
Text File  |  1996-03-03  |  196.0 KB  |  4,072 lines  |  [TEXT/ttxt]

  1. # $Id: pine.hlp,v 4.116 1994/10/11 01:47:46 mikes Exp $
  2. #
  3. #           T H E   P I N E    M E S S A G E   S Y S T E M
  4. #
  5. #   Laurence Lundblade, Mike Seibel, Mark Crispin, Steve Hubert, 
  6. #      Sheryl Erez, David Miller
  7. #   Networks & Distributed Computing
  8. #   Computing & Communications
  9. #   University of Washington
  10. #   Administration Building, AG-44
  11. #   Seattle, Washington, 98195, USA
  12. #
  13. #   Please address all bugs and comments to "pine@cac.washington.edu"
  14. #
  15. #   Pine and Pico are trademarks of the University of Washington.
  16. #   No commercial use of these trademarks may be made without prior
  17. #   written permission of the University of Washington.
  18. #
  19. #   Pine and Pico Copyright 1989-1994  University of Washington
  20. #
  21. #   Permission to use, copy, modify, and distribute this software and its
  22. #   documentation for any purpose and without fee to the University of
  23. #   Washington is hereby granted, provided that the above copyright notice
  24. #   appears in all copies and that both the above copyright notice and this
  25. #   permission notice appear in supporting documentation, and that the name
  26. #   of the University of Washington not be used in advertising or publicity
  27. #   pertaining to distribution of the software without specific, written
  28. #   prior permission.  This software is made available "as is", and
  29. #   THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  30. #   WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
  31. #   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
  32. #   NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
  33. #   INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  34. #   LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
  35. #   (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION
  36. #   WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  37. #  
  38. #   Pine is in part based on The Elm Mail System:
  39. #    ***********************************************************************
  40. #    *       The Elm Mail System  -  Revision: 2.13                        *
  41. #    *                                                                     *
  42. #    *       Copyright (c) 1986, 1987 Dave Taylor                          *
  43. #    *       Copyright (c) 1988, 1989 USENET Community Trust               *
  44. #    ***********************************************************************
  45. #
  46.          Help text for the Pine mailer
  47. This file is in a little format created to be turned into text strings
  48. in a C program and to support a few other features such as page numbering and 
  49. alternate versions that are created at run time.  There are two
  50. shell scripts that run on this.  Cmplhelp.sh is the first and turns
  51. this into a C file (helptext.c) of text strings that are compiled and linked. The 
  52. other program, cmplhlp2.sh, turns this into a .h file (helptext.h) with extern 
  53. string definitions of the strings in the .c file.  The code that actually 
  54. processes these files while pine is running is in help.c
  55.  
  56. The lines with "===== xxxx ====" divide the different help screens.  The
  57. xxx is the name of the variable that strings will be put in, which are
  58. also declared in helptext.h. 
  59.  
  60. # is a comment
  61.  
  62. {x:y} constructs are the key bindings, either x or y is used.
  63.       x and y are best the same length so things always line up
  64.  
  65. __   doesn't do anything but help keep things lined up in this file.  It is
  66.      removed before printing to the screen (except for ^_).
  67.  
  68. To actually get a { in the text use '{{:{}'.  To get a } make sure it is not 
  69. matched by a {
  70.  
  71. The text is formatted in emacs with the fill column set to 78.
  72.  
  73. Text with ______ indents is formatted with fill column at 82
  74. ___include <filename> includes a file at run time.  It should be
  75. followed by "___end_include" with text to be displayed if the file
  76. is unopenable in between.
  77. Any occurance of ___cdate will be replace with the date and time the currently 
  78. running binary was compiled.
  79. Any occurance of ___tdate will be replaced with the current day's date an time.
  80.  
  81. ============= h_news =================
  82.                  RELEASE NOTES FOR THE PINE MESSAGE SYSTEM
  83.                 Version 3.91 (built ___cdate)
  84.                          University of Washington
  85.                                October, 1994
  86.  
  87.  
  88. TABLE OF CONTENTS
  89.         (1) Summary of Recent Changes
  90.         (2) PC-Pine Notes
  91.         (3) Configuration
  92.         (4) Coming Attractions
  93.         (5) History
  94.         (6) Credits
  95.         (7) Legal Notices
  96.  
  97. ---------------------------------
  98. | (1) Summary of Recent Changes |                                               
  99. ---------------------------------
  100.  
  101. Changes since pine 3.90.
  102.  
  103. Pine 3.91 is primarily a bug-fix release, to correct many (but not all)
  104. of the problems reported with version 3.90.  
  105.  
  106. IMPORTANT NOTE: if you are plagued by messages saying ^X or ^Q not
  107. defined, or printers losing parts of messages sent from Pine, then set the
  108. new feature:  \"preserve-start-stop-characters\" .  This is needed
  109. whenever your printer, modem, or async communications program is
  110. configured to use software flow control.  Note that setting this feature
  111. will result in Pine appearing to \"hang\" if you accidentally type a ^S. 
  112. The remedy for this situation is to type a ^Q.
  113.  
  114. Some of the more important bug fixes in 3.91:
  115.  
  116.  o Several address book bugs, including one that could destroy data.
  117.  o Several problems in handling mailcap files.
  118.  o Found bug that caused pine-debug files to grow forever.
  119.  o Custom-header entries may now contain colons.
  120.  o If read-msg-folder is set, Pine no longer crashes.
  121.  o Several other bugs resulting in program crashes.
  122.  o Environment variables may be used in Config entries.
  123.  o Improvements in signal handling to prevent some loops.
  124.  o Improvements in user-domain processing.
  125.  o Inability of PC-Pine for Winsock to send mail if timezone set.
  126.  
  127. In addition to these and more than one hundred other bug fixes, there are 
  128. four new features included:
  129.  
  130.  preserve-start-stop-characters
  131.     -> Needed when modems or printers use software (XON/XOFF) flow control
  132.  news-approximates-new-status
  133.     -> Marks more-or-less-recent news messages as \"New\"
  134.  compose-rejects-unqualified-addrs
  135.     -> Used to minimize address errors by rejecting unqualified addresses.
  136.  quell-user-lookup-in-passwd-file
  137.     -> Used to avoid incorrect Full Name address info in certain situations.
  138.  
  139. This last one supersedes a feature that was just introduced in 3.90:
  140.  
  141.   user-lookup-even-if-domain-mismatch
  142.  
  143. which is now obsolete.  These new features are all set via the Setup/Config 
  144. menu.  For additional information, highlight the feature name in the Config 
  145. screen and enter \"?\" for Help.
  146.  
  147. Finally, two new features for PC-Pine for Winsock (only):
  148.  
  149.  o Improved Windows-style cut/paste (but no drag scrolling).
  150.  o Ability to use an alternate editor.
  151.  
  152. Changes since Pine 3.89.
  153.  
  154.  o Finished all the \"Not implemented yet\" commands:
  155.         -Bounce             (Remail)
  156.         -Flag               (Set message status)
  157.         -Pipe               (Pipe msg to external cmd; Unix only)
  158.         -Select,Apply,Zoom  (Aggregate operations)
  159.         -Setup/Config       (Pinerc configuration screen)
  160.  o News posting.
  161.  o News subscription/unsubscription.
  162.  o Multiple address books.
  163.  o Postpone multiple messages.
  164.  o Customizable headers for Composer.
  165.  o Mailcap support.
  166.  o Improved support for multiple incoming message folders.
  167.  o enable-alternate-editor-implicitly feature (except for editing headers).
  168.  o All .pinerc features now settable from command line.
  169.  o Way to control which options are user-configurable (Unix only).
  170.  o Way to have Save *not* implicitly delete.
  171.  o Way to use current-working-directory for Export, Read File, etc.
  172.  o A *preliminary* version of PC-Pine for Windows/Winsock.
  173.    (Alas, it doesn't work on OS/2 yet.)
  174.  
  175. Beginning with Pine 3.90 there will also be an additional file created for
  176. each address book the first time you use it.  It has the same name as the
  177. address book but with the suffix \".lu\" added.  It helps speed up lookups
  178. while you are composing messages.  Do not edit or remove any of these
  179. \".lu\" files.  If the .lu index file cannot be created in the directory 
  180. containing the address book, Pine will attempt to create it in a 
  181. temporary directory.
  182.  
  183. NOTE: Comments in your .pinerc file are now very much out of date. With
  184. the advent of the builtin SETUP CONFIGURATION screen, we hope you won't need to
  185. look at those comments any more, but we nevertheless encourage you to
  186. run the following command to update those comments: pine -pinerc .pinerc
  187.  
  188. Changes Since Pine 3.07. 
  189.  
  190. For some of you, Pine 3.90 may be the first version of Pine you have used since 
  191. Pine 3.07, which is now quite ancient.  There have been literally hundreds of 
  192. changes since then, but a few that may surprise you are listed below.  These 
  193. user-interface changes were needed to allow for new features:
  194.  o Print is now \"Y\" instead of \"L\"
  195.  o The Folder List is now uniformly accessible via \"L\"
  196.  o Viewing/saving attachments is now done via \"V\" instead of \"A\"
  197.  o SortIndex is now \"$\" instead of \"Z\"
  198.  o pinerc features may now be set via the Setup/Config screen
  199.  
  200. ---------------------
  201. | (2) PC-PINE NOTES |
  202. ---------------------
  203.  
  204. PC-Pine is now available for Windows/Winsock as well as the following DOS 
  205. versions: packet driver, Novell LWP, FTP PC-TCP, Sun PC-NFS.
  206. There are several characteristics of PC-Pine that should be noted:
  207.    o There is no spelling checker.
  208.    o The unix-pipe-cmd function is not available.
  209.    o Sorting the Index (by other than Arrival) is slow.
  210.    o Performance optimization still needs to be done.
  211.  
  212. Some specific limitations of the DOS version (these do not apply to
  213. the Windows/Winsock version of PC-Pine):
  214.    o Alternate editor function is not available.
  215.    o Memory: the DOS version needs about 500K out of 640K.
  216.    o The DOS version can't run image viewer from within Pine, due to memory.
  217.    o Messages (excluding attachments) must fit in DOS memory;
  218.         However, attachments may be any size.
  219.  
  220. Additional notes:
  221.  
  222. -The Windows/Winsock version of PC-Pine is NOT a full GUI Windows 
  223.  application.  It has the same character-oriented user interface as
  224.  Unix Pine and PC-Pine for DOS, but with a few Windows-specific features
  225.  such as a resizable window.  However, as with PC-Pine for DOS, you 
  226.  can use the mouse to select commands or messages in the Index, or to
  227.  move the cursor in the composer.  The big advantage is that PC-Pine 
  228.  for Winsock runs as a true Windows application, so it doesn't have the 
  229.  DOS memory limitations, and of course it uses the Winsock network 
  230.  interface. 
  231.  
  232. -Performance optimization has still not been done.  This will be most
  233.  noticeable when using NNTP to access newsgroups, or when Index screens are
  234.  redrawn while using PC-Pine over low-speed lines (via SLIP or PPP).
  235.  Encoding a decoding attachments is also very slow in this version.
  236.  
  237. -While message folders may be either local or remote, several support
  238.  files must be available on the local disk.  In particular your
  239.  PINERC config file, ADDRBOOK, NEWSRC, and PINE.SIG your signature file.
  240.  Other files (postponed and interrupted messages, debug files) are also
  241.  stored locally.  Some users of both PC-Pine and Unix Pine must worry 
  242.  about keeping their pinerc, address book, and newsrc files in sync.   
  243.  This may be done using remote file system protocols or manual copying.  
  244.  (Remote access to these support files is planned for the future.)
  245.  
  246. -The PC-PINE message folder format is based on byte-counts for maximum
  247.  efficiency, so they must not be edited. The format is non-standard, but
  248.  conversion utilities would not be difficult. This format is supported in
  249.  Unix Pine as well.  PC-Pine can also open Unix-style folders for 
  250.  READ-ONLY access.
  251.  
  252. -PC-Pine mouse support is not yet available on some screens
  253.  
  254. -Don't expect to display a picture without exiting PC-Pine for DOS, due
  255.  to DOS memory limitations.  In some configurations, there *may* be enough
  256.  memory for the viewer and a small image, but don't count on it.  With
  257.  PC-Pine for Windows/Winsock, the memory constraints are greatly
  258.  diminished, and viewing image attachments seems to work quite well.  We
  259.  have been testing with the \"lview\" package by Leonardo Loureiro, which
  260.  can be obtained from oak.oakland.edu or any other SimTel mirror site. 
  261.  
  262. ---------------------
  263. | (3) Configuration |
  264. ---------------------
  265.  
  266. Configuration precedence.
  267.  
  268. There are several levels of Pine configuration.  Configuration values at
  269. a given level over-ride corresponding values at lower levels.  In order of
  270. increasing precedence:
  271.  
  272.  o built-in defaults.
  273.  o system-wide pine.conf file.
  274.  o personal .pinerc file (may be set via built-in Setup/Config menu.)
  275.  o command-line options.
  276.  o system-wide pine.conf.fixed file.
  277.  
  278. There is one exception to the rule that configuration values are replaced
  279. by the value of the same option in a higher-precedence file:
  280. the feature-list variable has values that are additive, but can be
  281. negated by prepending \"no-\" in front of an individual feature name.
  282.  
  283. File name defaults.
  284.  
  285. Notes:
  286.  
  287.   <exe dir> = directory where pine.exe found.
  288.   <pinerc dir> = directory where pinerc found.
  289.   * = default file name is overridable in pinerc.
  290.   $HOME, if not explicitly set, defaults to root of the current drive.
  291.   $MAILCAPS, if set, is used in lieu of the default mailcap search paths.
  292.   + between the mailcap paths implies that the two files are combined.
  293.   ; between other default paths implies that the first one found is used.
  294.  
  295. PC-Pine:
  296.  executable     <DOS search path>\\pine.exe
  297.  help index     <exe dir>\\pine.ndx
  298.  help text      <exe dir>\\pine.hlp
  299.  
  300.  pers config    $PINERC  ;  $HOME\\pine\\pinerc  ;  <exe dir>\\pinerc
  301.  global cfg     $PINECONF
  302.  
  303.  password       <pinerc dir>\\pine.pwd
  304.  debug          <pinerc dir>\\pinedebg.txt
  305.  signature*     <pinerc dir>\\pine.sig
  306.  addressbook*   <pinerc dir>\\addrbook
  307.  addrbook lu    <pinerc dir>\\addrbook.lu       (appends .lu to addrbk name.)
  308.  sentmail*      $HOME\\mail\\sentmail.mtx
  309.  postponed*     $HOME\\mail\\postpond.mtx
  310.  interrupted    $HOME\\mail\\intruptd
  311.  newsrc*        $HOME\\newsrc  ;  <pinerc dir>\\newsrc
  312.  mailcap        <pinerc dir>\\mailcap  +  <exe dir>\\mailcap  
  313.  
  314. Unix Pine:
  315.  
  316.  executable     <Unix search path>/pine
  317.  persnl cfg     ~/.pinerc
  318.  global cfg     /usr/local/lib/pine.conf
  319.  fixed cfg      /usr/local/lib/pine.conf.fixed
  320.  local help     /usr/local/lib/pine.info
  321.  
  322.  debug          ~/.pine-debug[n]
  323.  signature*     ~/.signature
  324.  addressbook*   ~/.addressbook
  325.  addrbook lu    ~/.addressbook.lu    (appends .lu to actual addrbk name.)
  326.  sentmail*      ~/mail/sent-mail
  327.  postponed*     ~/mail/postponed-msgs
  328.  interrupted    ~/.pine-interrupted-mail
  329.  newsrc*        ~/.newsrc
  330.  mailcap        ~/.mailcap  +  /etc/mailcap
  331.  
  332.  lock files     /tmp/.\\usr\\spool\\mail\\xxxx
  333.  inbox          /usr/spool/mail/xxxx
  334.  password       /etc/passwd
  335.  
  336. Mailcap files.
  337.  
  338. Pine now honors the mailcap configuration system for specifying external
  339. programs for handling attachments.  The mailcap file maps MIME attachment
  340. types to the external programs loaded on your system which can display
  341. and/or print the file.  A sample mailcap file comes bundled with the Pine
  342. distribution.  It includes comments which explain the syntax you need to
  343. use for mailcap.  With the mailcap file, any program (mail readers,
  344. newsreaders, WWW clients) can use the same configuration for handling
  345. MIME-encoded data.  
  346.  
  347. Environment variables.
  348.  
  349. PC-Pine uses the following environment variables:
  350.  
  351.   PINERC      (Optional path to pinerc file.)
  352.   PINECONF    (Optional path to global pine config file.)
  353.   HOME
  354.   TMP or TEMP
  355.   COMSPEC
  356.   MAILCAPS    (semicolon delimited list of path names to mailcap files)
  357.  
  358. Unix Pine uses the following environment variables:
  359.  
  360.   TERM        (Tells Pine what kind of terminal is being used.)
  361.   DISPLAY     (Determines if Pine will try to display IMAGE attachments.)
  362.   SHELL       (If not set, default is /bin/sh )
  363.   MAILCAPS    (A semicolon delimited list of path names to mailcap files)
  364.  
  365. --------------------------
  366. | (4) Coming Attractions |
  367. --------------------------
  368.  
  369. NOT DONE, BUT WE WANT THEM AS MUCH AS YOU DO...
  370.  
  371.  o Additional MIME support, esp. controlling file TYPING
  372.  o PEM and/or PGP support
  373.  o External directory services access
  374.  o Kerberos support
  375.  o RFC 1522 header encoding for 8bit character sets
  376.  o Location independence of support files 
  377.  o Offline support
  378.  o Hierarchy support (awaits IMAP4)
  379.  o Answered flag not set if Reply is postponed  (awaits IMAP4)
  380.  o Faster detection of folders with Recent messages (awaits IMAP4)
  381.  o Faster fetching of headers (awaits IMAP4)
  382.  o Determination of which flags are permanent (awaits IMAP4)
  383.  
  384. ---------------
  385. | (5) HISTORY |
  386. ---------------
  387.  
  388. Pine was originally conceived in 1989 as a simple, easy-to-use mailer for
  389. administrative staff at the University of Washington in Seattle.  This
  390. constituency had previously been using a very nice mail system derived
  391. from UCLA's \"Ben\" mailer for the MVS operating system, but when the cost
  392. of maintaining our MVS system became prohibitive, we needed to find a
  393. Unix-based mailer that preserved the user-interface strengths of \"Ben\".
  394. Our goal was to provide a mailer that naive users could use without fear
  395. of making mistakes.  We wanted to cater to users who were less interested
  396. in learning the mechanics of using electronic mail than in doing their
  397. jobs; users who perhaps had some computer anxiety.  We felt the way to do
  398. this was to have a system that didn't do surprising things and provided
  399. immediate feedback on each operation; a mailer that had a limited set of
  400. carefully-selected functions. 
  401.  
  402. At that time, we could not find any Unix mailer (commercial or freely
  403. available) that met our requirements.  Consequently, we reluctantly
  404. concluded that we would need to develop our own.  The Elm mailer seemed
  405. like a reasonable starting point since its source code was freely
  406. available, so we started modifying it.  Today there is virtually no Elm
  407. code left, and Pine has evolved so that many \"power-user\" features may
  408. be (optionally) enabled.  We have tried to remain true to our original
  409. simplicity and ease-of-use goals by providing *optional* features for
  410. sophisticated users.  In fact, if none of Pine's options are enabled, the
  411. latest version has almost the same look-and-feel as the very first
  412. version. 
  413.  
  414. One of the greatest problems with most mailers on Unix systems is the
  415. editor.  One can normally choose between emacs and vi.  We experimented
  416. with some versions of emacs and settled on a hacked version of micro
  417. emacs. Eventually it became heavily modified and tightly integrated with
  418. the rest of Pine.  One of the main features of having a tightly coupled
  419. editor is that it can guide the user through editing the header of the
  420. message, and Pine takes great care to do this.  A very simple and
  421. efficient interface to the Unix spell command was also added.  The emacs-
  422. style key bindings were retained, though most of the other wild and
  423. wonderful emacs functions were not.  The Pine composition editor is also
  424. available as a very simple stand alone editor named \"pico\". 
  425.  
  426. Also working at the University of Washington is the original author of the
  427. Internet Message Access Protocol (IMAP).  IMAP is a functional superset of
  428. POP, and provides a way to manipulate mailboxes on remote servers as if
  429. they were local.  Specific advantages of IMAP over POP include: support
  430. for inbox access from multiple computers, access to more than one remote
  431. folder, selective access to MIME message parts, and support for
  432. disconnected operation. 
  433.  
  434. Not long after the Pine project began, The IMAP author had finished
  435. writing the \"c-client\" library as an interface to IMAP and as a switch
  436. between drivers for IMAP mailboxes, Berkeley mail files and Tenex mail
  437. files.  In time, \"c-client\" became a full messaging API with support for
  438. RFC-822 parsing, MIME parsing and decoding, SMTP and NNTP drivers, and so
  439. forth.  Great care was taken to make the code writing the mail files
  440. robust against disks filling up, and inter-process locking in order to
  441. guarantee mail file consistency.  It was clear that Pine would benefit
  442. greatly from using the c-client to access mail storage so the original
  443. low-level Elm code was replaced by calls to c-client library routines. 
  444. Consequently Pine can write and access a variety of different mail file
  445. formats and new ones can be added by creating a simple driver.  In
  446. addition the c-client does a very careful job of doing all the RFC 822
  447. header parsing and achieves the highest compliance with the RFC. 
  448.  
  449. Most of the work done on Pine from 6/92 to 6/93 focused on changes needed
  450. to support a truly distributed electronic messaging environment (e.g.
  451. remote folder manipulation), and getting Pine to run on DOS (which was a
  452. *lot* of work).  The first version of PC-Pine (3.84) was released in July
  453. 1993, and included first steps toward integrating news and email access in
  454. Pine. Doing the DOS port was very difficult for a variety of reasons, but
  455. especially because of DOS memory management (or lack thereof).  However,
  456. simply porting Pine 3.07 to DOS was not sufficient.  For a desktop mailer
  457. such as PC-Pine to be useful at UW, it was necessary to fully support
  458. access to existing *remote* saved-message folders, as well as local
  459. (desktop) folders -- and of course, the remote INBOX.  Accomplishing this
  460. required extensions to IMAP, a new version of the IMAPd server code, and
  461. extensive work in Pine to support multiple collections of folders. 
  462.  
  463. The principal reason for porting Unix Pine to DOS was to obviate the need
  464. for PC users to transfer files between their PC and the Unix system
  465. running Pine.  Now it is possible to save messages directly to the PC's
  466. filesystem, and to directly include PC files in outgoing messages.  And
  467. with Pine's MIME capability, binary files (e.g. word processing documents,
  468. spreadsheets, image files, executables) may be directly attached to your
  469. messages. 
  470.  
  471. With Pine 3.90, significant new functionality has been added, notably
  472. aggregate operations for manipulating groups of messages at once, the
  473. first (alpha) release of PC-Pine for the Winsock network interface
  474. standard, and greatly improved Usenet (News) support.  One of the early
  475. interpretations of the name \"Pine\" was \"Pine Is No-longer Elm\"; today
  476. a \"Program for Internet News and Email\" seems more apropos. 
  477.  
  478. Chronology of Pine versions:
  479.   * denotes a version with major new features
  480.   + denotes a version that proved to be long-lived/stable 
  481.  
  482.   Pine   3.91         Oct 11, 1994
  483. * Pine   3.90         Aug 24, 1994   Major release: Winsock, News, AggrOps
  484. + Pine   3.89         Dec  7, 1993   Final bug-fix release of 3.8x series
  485.   Pine   3.88         Nov 22, 1993
  486.   Pine   3.87         Oct  8, 1993
  487.   Pine   3.86         Oct  5, 1993
  488.   Pine   3.85         Sep 21, 1993
  489.   Pine   3.84         Jul 12, 1993
  490. * Pine   3.83         Jun 17, 1993   Major release: includes DOS support
  491.   Pine   3.81         Oct 16, 1992
  492.   Pine   3.80         Oct  4, 1992   Merge of changes in 3.05, 3.73, 3.52
  493.  
  494.   Pine   3.73         Sep 17, 1992   Last BWC version, based on 3.5x
  495.   Pine   3.52         Sep 17  1992
  496.   Pine   3.51         Aug 31  1992   
  497.   Pine   3.51-haifa   Aug 08, 1992 
  498.   Pine   3.50         Jul 23  1992   BWC/Haifa branch, based on 3.03
  499.  
  500. + Pine   3.07         Mar 30, 1993   Final bug-fix release of 3.0x series
  501.   Pine   3.06         Sep 30, 1992
  502.   Pine   3.05         Sep 11, 1992
  503.   Pine   3.04         Sep  8, 1992
  504.   Pine   3.03         Jul 20, 1992                       
  505.   Pine   3.02         Jul 15, 1992
  506.   Pine   3.01         Jul 13, 1992
  507. * Pine   3.00         Jul  6, 1992   Second source release; MIME support
  508.  
  509.   Pine   2.33         Jul  4, 1992
  510.   Pine   2.32         Jul  2, 1992           
  511.   Pine   2.31         Jun 30, 1992
  512.   Pine   2.30         Jun 29, 1992
  513.   Pine   2.29         Jun 12, 1992
  514.   Pine   2.28         Jun  2, 1992
  515.   Pine   2.27         May 22, 1992
  516.   Pine   2.26         May 15, 1992
  517.   Pine   2.25         May 12, 1992
  518.   Pine   2.24         May  1, 1992                          
  519.   Pine   2.21         Mar 25, 1992                          
  520.   Pine   2.20         Mar 25, 1992   First internal release with MIME
  521.   Pine   2.15         Mar 17, 1992
  522.   Pine   2.10         Feb 25, 1992      
  523.   Pine   2.4          Feb 28, 1992        
  524.   Pine   2.3          Feb 18, 1992
  525.   Pine   2.2          Jan 31, 1992
  526.   Pine   2.1          Jan 21, 1992
  527. * Pine   2.0          Jan 15, 1992   First public source release; IMAP support
  528.  
  529.   Pine   1.0.26       Jan 13, 1992
  530.   Pine   1.0.25       Jan 10, 1992
  531.   Pine   1.0.24.1     Jan     1992
  532.   Pine   1.0.23.1     Dec 31, 1991
  533.   Pine   1.0.22.1     Nov 20, 1991
  534.   Pine   1.0.21.1     Nov 14, 1991
  535.   Pine   1.0.20.1     Nov 12, 1991
  536.   Pine   1.0.19.1     Oct 26, 1991   Experimental newsreading via IMAP
  537.   Pine   1.0.17.1     Sep 25, 1991 
  538.   Pine   1.0.16.100   Sep 23, 1991
  539.   Pine   1.0.16.1     Sep 21, 1991
  540.   Pine   1.0.15.150   Sep 20, 1991
  541.   Pine   1.0.14.100   Sep  6, 1991
  542.   Pine   1.0.3,       Apr 17, 1991   1.0 pre-release; has all 1.0 functions
  543.  
  544.   Pine   0.9.650      Mar 17, 1991
  545.   Pine   0.9.650      Feb 25, 1991
  546.   Pine   0.9.600      Feb 13, 1991
  547.   Pine   0.9.500      Sep 25, 1990
  548.   Pine   0.9.439      Aug 27, 1990
  549.   Pine   0.9.42x      Jul 30, 1990
  550.   Pine   0.9.40x      Jun 25, 1990
  551.   Pine   0.9.31x      May 30, 1990   Design evaluation version
  552.   Pine   0.6.273      Jan 05, 1990
  553.  
  554. ---------------
  555. | (6) CREDITS |
  556. ---------------
  557.  
  558. The University of Washington Pine development team (part of the UW Office
  559. of Computing & Communications) includes:
  560.  
  561.  Project Leader:           Mike Seibel.
  562.  Principal authors:        Mike Seibel, Steve Hubert, Laurence Lundblade*.
  563.  C-Client library & IMAPd: Mark Crispin.
  564.  Pico, the PIne COmposer:  Mike Seibel.
  565.  Bug triage, user support: David Miller.
  566.  Port integration:         David Miller.
  567.  Documentation:            Sheryl Erez, Kathryn Sharpe.
  568.  PC-Pine for DOS:          Mike Seibel.
  569.  PC-Pine for Windows:      Tom Unger.
  570.  Project oversight:        Terry Gray.
  571.  Principal Patrons:        Ron Johnson, Mike Bryant.
  572.  Additional support:       NorthWestNet.
  573.  Initial Pine code base:   Elm, by Dave Taylor & USENET Community Trust.
  574.  Initial Pico code base:   MicroEmacs 3.6, by Dave G. Conroy.
  575.  User Interface design:    Inspired by UCLA's \"Ben\" mailer for MVS.
  576.  
  577.    * Emeritus  (Laurence is now at Virginia Tech.)
  578.  
  579. We'd also like to acknowledge the following contributions and contributors:
  580.  Pine for VMS:  Portia Shao and Yehavi Bourvine
  581.  Special mention:   Dave Wall
  582.  Bug reports, bug fixes, ports, suggestions & encouragement:
  583.  
  584. The world-wide Pine community, including...
  585.  
  586.   Shoa Aminpour       Gordon Good        Richard Murphy
  587.   J.J. Baily          Bob Gregory        Il Oh
  588.   Billy Barron        Ed Greshko         Mike Ramey
  589.   Chris Beecher       Dmitri L. Gringauz Phil Rand
  590.   John Benjamins      David Halliwell    Jochiam Richter
  591.   Birko Bergt         Peter Hausken      Thomas Riemer
  592.   Ken Bobey           Jeff Hayward       Alexis Rosen
  593.   Andy Brager         Ron Johnson        Michael Ross
  594.   D.K. Brownlee       William Kreuter    Bob Sandstrom
  595.   Brian Burriston     Pekka Kytolaakso   Michael F. Santangelo
  596.   Bill Campbell       Barry Landy        Shin-ya Satoh
  597.   Russel Campbell     Chris Latham       Corey Satten
  598.   Donn Cave           Jon Lebo           Michael Shepard
  599.   Richard Cheever     Allen Leonard      Alan Thew
  600.   Mike Coghlan        Robert L. Lewis    Jason R. Thorpe
  601.   Justine Comer       Bruce Lilly        Marc Unangst
  602.   Chuck Cooper        Matthew Lyle       Edward Vielmetti
  603.   Barry Cornelius     John Mackin        Ross Wakelin
  604.   Tony Flemming       James Matheson     Rich Wales
  605.   Matthew Freedman    Mark McNair        David Wall
  606.   Richard Fritz       Pete Mellor        Bob Williams
  607.   Marcelo A. Gallardo Dave Miller        Steve Woodyatt
  608.   Adam Garrett        Robert Morris      Michael A. Crowley
  609.  
  610. And many others... Our thanks to all! 
  611.  
  612. Pine files and documentation are available via FTP or WWW: 
  613.   ftp://ftp.cac.washington.edu/pine
  614.   http://www.cac.washington.edu/pine
  615.  
  616. In particular, the latest version of Pine source code is available via
  617. anonymous FTP from Internet host ftp.cac.washington.edu in the file
  618. /pine/pine.tar.Z. 
  619.  
  620. Please send comments and correspondence to: pine@cac.washington.edu
  621.  
  622. ---------------------
  623. | (7) LEGAL NOTICES |
  624. ---------------------
  625.  
  626. Pine and Pico are trademarks of the University of Washington. No commercial
  627. use of these trademarks may be made without prior written permission of the
  628. University of Washington.
  629.  
  630. Pine and Pico software and its included text are Copyright 1989-1994 by the
  631. University of Washington.
  632.  
  633. Permission to use, copy, modify, and distribute this software and its
  634. documentation for any purpose and without fee to the University of
  635. Washington is hereby granted, provided that the above copyright notice
  636. appears in all copies and that both the above copyright notice and this
  637. permission notice appear in supporting documentation, and that the name of
  638. the University of Washington not be used in advertising or publicity
  639. pertaining to distribution of the software without specific, written prior
  640. permission.  This software is made available \"as is\", and
  641.  
  642. THE UNIVERSITY OF WASHINGTON DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
  643. WITH REGARD TO THIS SOFTWARE, INCLUDING WITHOUT LIMITATION ALL IMPLIED
  644. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND IN
  645. NO EVENT SHALL THE UNIVERSITY OF WASHINGTON BE LIABLE FOR ANY SPECIAL,
  646. INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  647. LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, TORT
  648. (INCLUDING NEGLIGENCE) OR STRICT LIABILITY, ARISING OUT OF OR IN CONNECTION
  649. WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  650.  
  651. <End of Release Notes>
  652. ===== main_menu_tx ======
  653.           GENERAL INFORMATION ON THE PINE MESSAGE SYSTEM
  654.              Version 3.90 (built ___cdate)
  655.                         University of Washington
  656.                               August, 1994
  657.  
  658. TABLE OF CONTENTS
  659.                 
  660.         (1) Introduction
  661.         (2) Pine Help
  662.         (3) Local Support Contacts
  663.         (4) Giving Commands in Pine
  664.         (5) Status Line
  665.         (6) Main Menu Commands
  666.         (7) Command Line Options
  667.         (8) Pine Configuration
  668.         (9) Reading News
  669.         (10) Reporting Problems
  670.  
  671. --------------------
  672. | (1) Introduction |
  673. --------------------
  674.  
  675. PINE(tm) is the University of Washington's \"Program for Internet News and
  676. Email\".  It is intended to be an easy-to-use program for sending,
  677. receiving, and filing Internet electronic mail messages and bulletin board
  678. (Netnews) messages. Pine supports the following Internet protocols and
  679. specifications:
  680.                 SMTP  - Simple Mail Transport Protocol
  681.                 NNTP  - Network News Transport Protocol
  682.                 MIME  - Multipurpose Internet Mail Extensions
  683.                 IMAP  - Internet Message Access Protocol
  684.  
  685. MIME allows you to attach any kind of file to your message, provided that
  686. your recipient also has MIME-capable mail software (which is readily
  687. available for most types of computers, although some proprietary mail
  688. systems do not yet support MIME).  IMAP allows access to mailboxes on
  689. remote mailservers as if they were local.
  690.  
  691. Although originally designed for novice email users, Pine has evolved to
  692. support many advanced features.  There are an ever-growing number of
  693. configuration and personal-preference options, though which of them are
  694. available to you is determined by your local system managers.
  695.  
  696. -----------------
  697. | (2) Pine Help |
  698. -----------------
  699.  
  700. Pine help is context-sensitive.  In other words, each Pine screen you use
  701. will have its own help text, explaining the choices available for that
  702. screen.  This particular Help section is unusual in that it will not only
  703. describe the specific commands available from the MAIN MENU, but also
  704. provide an overview of Pine operation. 
  705.  
  706. In addition to this general help on Pine, Release Notes on the current
  707. Pine version are also available from the MAIN MENU.  Press {F9:R} to
  708. browse the release notes.  These include changes since the last release,
  709. notes for PC-Pine, the history of the Pine project, credits, and legal
  710. notices. 
  711.  
  712. Pine files and documentation are available via FTP or WWW: 
  713.   ftp://ftp.cac.washington.edu/pine
  714.   http://www.cac.washington.edu/pine
  715.  
  716. If you would like to print *all* of Pine's internal help text for a little
  717. light bedtime reading, then press {F12:Z} now.  (This assumes that the 
  718. copy of Pine you are using has been properly configured for printing 
  719. at your site.)
  720.  
  721. ------------------------------
  722. | (3) Local Support Contacts |
  723. ------------------------------
  724.  
  725. ___include /usr/local/lib/pine.info
  726.  
  727.         [ No local information available. ]
  728.  
  729. ___end_include
  730.  
  731. -------------------------------
  732. | (4) Giving Commands in Pine |
  733. -------------------------------
  734.  
  735. COMMANDS: The bottom two lines of the screen are always used to list the
  736. commands you can give.  You press the keys that are highlighted to give
  737. the command.  The commands for getting help and going back to the main
  738. menu are always present (except when viewing help as you are now). 
  739.  
  740. {:OTHER COMMANDS: The \"Other Commands\" function changes the keys you see} 
  741. {:at the bottom of any screen.  In some cases there are 3 different pages} 
  742. {:of keys which it toggles through.  ALL COMMANDS ARE ACTIVE, even if they} 
  743. {:are not currently showing at the bottom of your screen.  In other words,} 
  744. {:you NEVER need to prefix a command key with the 'O' key.}
  745.  
  746. {:CONTROL KEY:  When composing mail and in a few other places in Pine you} 
  747. {:have to use Control keys which means pressing the control key and the } 
  748. {:letter indicated at the same time.  This is usually shown with a \"^\" in} 
  749. {:front of the letter.  On some systems, certain control characters are} 
  750. {:intercepted before they get to Pine.  As a work-around, you can press} 
  751. {:the ESCAPE key twice followed by the desired key.  For example, if } 
  752. {:Control-O (^O) does not work on your system, try typing \"ESC ESC O\".}
  753.  
  754. PAGING UP/DOWN: The \"+\" and \"-\" keys are used for moving to the next
  755. or previous page.  The space bar is a synonym for \"+\".  You may also use
  756. Ctrl-V to page down and Ctrl-Y to page up as you do in the message
  757. composer. 
  758.  
  759. RETURN KEY: The return key is usually a synonym for a frequently used
  760. command.  When viewing a message, there is currently not a default
  761. command, so RETURN does nothing; when in the index, it is synonymous with
  762. \"view msg\". In the key menu at the bottom of the screen, whatever is
  763. enclosed in square brackets [] is the same as the return key. 
  764.  
  765. CONTROL KEYS NOT USED BY PINE:  Most commands in Pine are single letters, 
  766. with --we hope-- some mnemonic value, but in places where Pine is expecting 
  767. text input, e.g. in the composer or at prompts for file/folder names, 
  768. control keys must be used for editing and navigation functions.
  769.  
  770. Pine has used nearly all the control keys available.  There are, however,
  771. certain control keys that are reserved by other programs or for technical
  772. reasons.  Pine does not use any of these keys: 
  773.                 Ctrl-S    Used by Unix as \"stop output\"
  774.                 Ctrl-Q    Used by Unix as \"resume output\"
  775.                 Ctrl-]    Often used by Telnet as escape key
  776.                 Ctrl-\\   Often used by Unix as \"Abort\" 
  777.                 ESC       Conflicts with sequences used for arrow keys
  778.  
  779. Note: by default, Pine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
  780. and XON), as normal characters, even though Pine does not use them. 
  781. However, the printer, modem, or communication software you are using may
  782. be configured for \"software flow control\" which means that XON/XOFF must
  783. be treated as special characters by the operating system.  If you see
  784. messages such as \"^X not defined for this screen\", or if messages
  785. printed via the \"attached-to-ansi\" option are missing pieces, then your
  786. system is probably using software flow control. In this case you will need
  787. to set the \"preserve-start-stop-characters\" feature.  If you *do* set this
  788. feature, be advised that if you accidentally hit a Ctrl-S, Pine will
  789. mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
  790. and see if that puts things right. 
  791.  
  792. REPAINTING THE SCREEN: Sometimes what is displayed on the screen will be
  793. incorrect due to noise on the phone line or other causes and you will want
  794. to repaint the whole screen to make it correct.  You can use the Ctrl-L
  795. command to do this.  It never hurts to do it when in doubt. 
  796.  
  797. -------------------
  798. | (5) Status Line |
  799. -------------------
  800.  
  801. The top line of the screen is Pine's status line.  It will always display
  802. the current version of Pine and will also convey information about the
  803. status of the program.  This is where you look to find out what
  804. collection, folder and message number is active. 
  805.  
  806. If the top line says \"READONLY\" it means that the open folder (typically
  807. your INBOX) is \"locked\" by another mail session -- most likely a more
  808. recent session of Pine has taken the INBOX lock. 
  809.  
  810. If the top line says \"CLOSED\" it means that you are trying to access a
  811. folder on a remote mail server, and for some reason, communication with
  812. the mail server has either been lost, or never successfully established.
  813. This can be a result of trying to open a non-existent folder, or one
  814. stored on an invalid or non-operational server, or it can mean that Pine
  815. has been suspended for more that 30 minutes while accessing a remote mail
  816. server. 
  817.  
  818. --------------------------
  819. | (6) Main Menu Commands |
  820. --------------------------
  821.  
  822. {Available Commands -- Group 1          Available Commands -- Group 2   :General Pine Commands  MAIN MENU Screen Commands}
  823. {------------------------------         ------------------------------  :---------------------  -------------------------}
  824. {F1  Show this help text                F1  Show this help text         :?  Show help text      O  Show all Other available commands}
  825. {F2  Show all other available commands  F2  Show other commands         :C  Compose a message   P  Select Previous command up on menu}
  826. {F3  Quit Pine                                                          :I  FOLDER INDEX screen N  Select Next command down on menu}
  827. {F4  Execute current MAIN MENU command  F4  Compose a message           :L  FOLDER LIST screen  R  Display Pine Release Notes}
  828. {F5  Select previous command up on menu F5  FOLDER LIST screen          :A  ADDRESS BOOK screen K  Lock Keyboard }
  829. {F6  Select next command down on menu   F6  Goto a specified folder     :S  SETUP functions     G  Goto a specified folder}
  830. {                                       F7  FOLDER INDEX screen         :Q  Quit Pine}
  831. {F9  Display Pine release notes         F9  SETUP menus :}
  832. {F10 Lock keyboard                      F10 ADDRESS BOOK screen :}
  833.  
  834. NOTE: The availability of certain commands (e.g. some of the options under
  835. SETUP) is determined by Pine configuration files and system capabilities.
  836. At some sites, certain commands may not be available due to security or
  837. support concerns. 
  838.  
  839. The \"COMPOSE MESSAGE\" command (available on MAIN MENU, FOLDER LIST,
  840. FOLDER INDEX, and MESSAGE TEXT screens) takes you into the Pine message
  841. composer and permits you to create and send a new message. 
  842.  
  843. The \"FOLDER INDEX\" command (available on MAIN MENU, FOLDER LIST, and
  844. MESSAGE TEXT screens) takes you to the FOLDER INDEX screen which displays
  845. a summary caption for each message in the currently-open folder. One
  846. message will be highlighted; this is the \"Current\" message.  The message
  847. commands available from this screen (e.g. View, Reply, Forward, Delete,
  848. Print, Save, etc) apply to the current message. 
  849.  
  850. The \"FOLDER LIST\" command (available on MAIN MENU, FOLDER INDEX, and
  851. MESSAGE TEXT screens) takes you to the FOLDER LIST screen which displays
  852. the names of all your message folders and allows you to view, rename,
  853. delete, and add folders.  You can open (view) a different folder than the
  854. one currently open by highlighting the desired one (using the arrow keys
  855. or their control-key equivalents) and pressing RETURN.  If you have
  856. multiple folder collections defined (See the Help text for the FOLDER LIST
  857. screen to learn more about Collections), you may need to press RETURN to
  858. expand the collection and display all of the folders in it. 
  859.  
  860. The \"ADDRESS BOOK\" command (available only from the MAIN MENU) takes you
  861. to the ADDRESS BOOK management screen.  From here, your personal address
  862. book(s) may be updated. 
  863.  
  864. The \"SETUP\" command (available only from the MAIN MENU) prompts you for
  865. one of several configuration screens, including the SETUP CONFIGURATION screen,
  866. by which you may activate optional Pine features. 
  867.  
  868. Also available from the Main Menu, but only displayed on the Key Menus at
  869. the bottom of the screen, are the following commands. 
  870.  
  871. The \"Goto\" command (available on MAIN MENU, FOLDER LIST, FOLDER INDEX,
  872. and MESSAGE TEXT screens) lets you jump directly to a new folder without
  873. having to use the Folder List display. It will prompt you for the name of
  874. the desired folder, and if you have multiple folder collections defined,
  875. allow you to rotate thru them.  However, if the folder is outside of your
  876. defined collections, you are going to have to enter the exact folder
  877. location using the correct syntax for a remote folder and/or
  878. fully-qualified path name. 
  879.  
  880. The \"Release Notes\" command displays information about this version of 
  881. Pine, as well as historical and legal notes.
  882.  
  883. The \"Keyboard Lock\" command allows your Pine session to be protected 
  884. during a temporary absence from your terminal.
  885.  
  886. The \"Report Bug\" command does the obvious thing; please see section (10)
  887. below.  This command is also available from any help screen (including 
  888. this one.)
  889.  
  890. ----------------------------
  891. | (7) Command Line Options |
  892. ----------------------------
  893.  
  894. Possible Starting Arguments for Pine program:
  895.  
  896.         Argument                Meaning
  897.  
  898.         <address>...    Go directly into composer with given address
  899.         -a              Special anonymous mode for UWIN*
  900.         -d n            Debug - set debug level to 'n'
  901.         -f <folder>     Folder - open <folder> in default collection
  902.         -F <file>       File - open and view text <file>
  903.         -h              Help - give this list of options
  904.         -i              Index - Go directly to index, bypassing main menu
  905.         -I <key_list>   Initial keystrokes to be executed
  906.         -k              Keys - Force use of function keys
  907.         -l              List - Expand List of folder collections by default
  908.         -n <number>     Entry in index to begin on
  909.         -nr             Special restricted mode for UWIN*
  910.         -o              ReadOnly - Open first folder read-only
  911.         -p <file>       Use <file> in place of .pinerc file
  912.         -P <file>       Use <file> in place of pine.conf file 
  913.         -r              Restricted/demo mode
  914.         -z              Suspend - allow use of ^Z suspension
  915.         -sort <sort>    Sort - Specify sort order of Folder Index:
  916.                    (Subject, OrderedSubj, Arrival, Date, From, Size, /reverse)
  917.         -conf           Configuration - Output fresh global config to stdout
  918.         -create_lu <addrbk> <sort>  Create auxiliary look-up file and
  919.                         sort <addrbk> by <sort>.  For creating global addrbk.
  920.         -pinerc <file>  Configuration - Put fresh pinerc config in <file>
  921.         -<option>=<value>       Assign <value> to the pinerc option <option>
  922.                                 e.g. -signature-file=sig1
  923.                                 (Note: feature-list is additive)
  924.  
  925.                      * UWIN = University of Washington Information Navigator
  926.  
  927. --------------------------
  928. | (8) Pine Configuration |
  929. --------------------------
  930.  
  931. Unless it has been administratively disabled, the Setup command on the
  932. MAIN MENU has a \"Config\" subcommand which will allow you to modify
  933. Pine's behavior by setting or unsetting various features, defining folder
  934. collections, etc.  These settings are stored in your personal \"pinerc\"
  935. configuration file, but on shared systems these settings may be
  936. over-ridden by a system-wide control file (due to local site security or
  937. support policies).  A global pine configuration file can also be used to
  938. set default values for all Pine users on a particular system. 
  939.  
  940. --------------------
  941. | (9) Reading News |
  942. --------------------
  943.  
  944. BACKGROUND
  945.  
  946. Pine can read and post Internet news (NetNews or USENET) groups, using the
  947. same commands as for mail.  If you do not already have a news state
  948. (\"newsrc\") file, Pine will create one for you, and you can add newsgroups
  949. to it using the \"Add\" command in the FOLDER LIST screen. Pine can use the
  950. same newsrc as other Unix newsreaders, thus allowing you to switch between
  951. Pine and other newsreaders; however, Pine uses the information in the file
  952. in a slightly different way than other newsreaders.
  953.  
  954. CONFIGURATION
  955.  
  956. Pine can access news folders in any one of three different ways: 
  957.  
  958.         REMOTE NNTP:  Using the Network News Transport Protocol (NNTP) to
  959. access news on a remote news server.  In this case the newsrc file is
  960. stored on the machine where Pine is running.  Simply specify the name of
  961. the news server as your nntp-server: 
  962.                 nntp-server      = news.nowhere.edu
  963. If you do this (and do not explicitly set the news-collections variable),
  964. Pine will automatically use *{{:{}news.nowhere.edu}[] for the value of
  965. the news-collections variable.
  966.  
  967.         REMOTE IMAP:  Using the Internet Message Access Protocol (IMAP) to
  968. access news on a remote news server.  In this case, your newsrc file is
  969. stored on the news server, in your home directory, so you must have an
  970. account on the news server, but you would be running Pine on a different
  971. machine.  The news server must be running an IMAPd server process. Specify
  972. a remote news-collection in the SETUP CONFIGURATION: 
  973.                 news-collections = News *{{:{}news.nowhere.edu}[]
  974.  
  975.         LOCAL:  Using local file access to the news database.  In this
  976. case, your newsrc file is stored on the news server, in your home
  977. directory, so you must have an account on the news server, and you would
  978. be running Pine on the same machine.  Specify a local news-collection in
  979. the SETUP CONFIGURATION: 
  980.                 news-collections = News *[]
  981.  
  982. In the first two examples, the hostname \"news.nowhere.edu\" should be
  983. replaced with the domain name of your local news server.  For Unix Pine,
  984. these entries can be placed in either the system-wide or your personal
  985. configuration file. 
  986.  
  987. If you are a PC-Pine user, either option 1 (NNTP) or option 2 (IMAP) is
  988. possible.  If you don't have an account on the news server, or if the news
  989. server is not running an IMAP daemon, then you must use NNTP.  In
  990. this case, your Unix .newsrc file can be transferred to your PC.  A good
  991. place to put it would be in the same directory as your PINERC file, under 
  992. the name \\NEWSRC, but you can specify a different location via Pine's 
  993. Setup/Config screen.
  994.  
  995. A future version of PC-Pine will be able to access and update a newsrc
  996. file stored on a Unix host, so that it will be possible to alternate
  997. between PC-Pine and Unix-based newsreaders. 
  998.  
  999. READING NEWS 
  1000.  
  1001. Once defined in the .pinerc (or the global pine.conf) file, the news
  1002. folder collection can be accessed either via the FOLDER LIST screen, or
  1003. via the GOTO command. 
  1004.  
  1005. Pine uses the same commands for manipulating news folders as for mail
  1006. folders.  This means, for example, that when you are done with a message,
  1007. you would use \"D\" to mark it as Deleted (or Dismissed, if you prefer.)
  1008. This \"mail like\" behavior differs from that of most newsreaders, wherein
  1009. a message is implicitly dismissed after you have looked at it once. We
  1010. strongly believe that Pine should offer as much consistency as possible
  1011. between mail and news, so the mail paradigm --wherein a message does not
  1012. magically disappear without explicit action by the user-- is used for news
  1013. as well.  
  1014.  
  1015. News folders are actually Read-Only, but the newsrc file allows Pine to
  1016. keep track of which messages you have dismissed (marked as Deleted) just
  1017. as in a regular mail folder. The difference is that, although messages
  1018. marked as Deleted will show up in the Index (just as mail messages do
  1019. until an eXpunge), you cannot expunge news messages.  However, you can use
  1020. the \"eXclude\" (X) command in order to suppress from the Folder Index
  1021. messages that are so marked.  Also, whenever you open a newsgroup folder,
  1022. messages marked Deleted are already excluded from the Index by default. 
  1023. The \"unexclude\" (&) command will restore them to the Folder Index. 
  1024.  
  1025. If you answer a message in a news folder, the index view will show the
  1026. \"A\" flag as usual; but the newsrc file has no way of storing this flag,
  1027. so it will not be preserved across sessions.  The Deleted flag is the only
  1028. one that is preserved between sessions.  If you Reply to a newsgroup
  1029. message and say you want to reply to all recipients, Pine will ask if 
  1030. you want to post the message to all the newsgroups listed in the original 
  1031. message. 
  1032.  
  1033. If you would like Pine to mark more-or-less recent news messages as
  1034. \"New\", then set the \"news-approximates-new-status\" feature.  This will
  1035. cause messages since the last one you have marked as Deleted to appear
  1036. with \"N\" status in the Folder Index, and therefore often makes it easier
  1037. to distinguish later news articles from those you've previously seen, but
  1038. not yet disposed of via the \"D\" key.  Note that this is an approximation, 
  1039. not an exact record of which messages you have not seen. 
  1040.  
  1041. A frequent operation in news-reading is \"catching up\"... that is, 
  1042. getting rid of all the messages in the news group so that you can \"start
  1043. fresh\".  At the moment, the easiest way to do this in Pine is via the
  1044. Select command.  You would enter the following four keystrokes: ;aad
  1045. Note that the \"enable-aggregate-command-set\" feature must be enabled 
  1046. before you can use the Select command.
  1047.  
  1048. --------------------------- 
  1049. | (10) Reporting Problems | 
  1050. --------------------------- 
  1051.  
  1052. There are now hundreds of thousands of Pine users in over 40 countries.
  1053. The Pine development team has no funding to provide support to anyone
  1054. outside of the University of Washington.  However, we certainly want Pine
  1055. to be the best tool it can be, so we do want to know about problems. We
  1056. ask that you first read the relevant help screens, if any, and then seek
  1057. assistance from your own support staff.  Once you are sure that your
  1058. difficulty is not a local configuration problem, use the \"{F11:B} Report
  1059. Bug\" command (available from any HELP screen) to let us know about it. 
  1060.  
  1061. Please note: the VMS ports of Pine were not done at UW, so you will
  1062. probably need to contact their authors directly for assistance. 
  1063.  
  1064. We also welcome comments and suggestions for improving Pine.  When
  1065. reporting a bug, please include the type of computer and operating system
  1066. you are using if at all possible.  
  1067.  
  1068.                         Pine Development Team <pine@cac.washington.edu> 
  1069.                         Office of Computing & Communications
  1070.                         University of Washington
  1071.                         Seattle, WA  98195
  1072.  
  1073. <End of Main Menu Help>
  1074. ============= h_mail_index   ======================== 
  1075.                          FOLDER INDEX COMMANDS
  1076. {Available  Commands -- Group 1         Available Commands -- Group 2         :Navigating the List of Messages             Operations on the Current Message}
  1077. {-------------------------------        -----------------------------         :-------------------------------             ---------------------------------}
  1078. {F1  Show Help Text                     F1  Show Help Text                    : P   Move to the previous message           V  View                 Y  Print}
  1079. {F2  Toggle to see more commands        F2  Toggle to see more commands       : N   Move to the next message               R  Reply to message     F  Forward}
  1080. {F3  MAIN MENU Screen                   F3  Quit Pine                         : -   Show previous screen of messages       D  Mark for deletion      }
  1081. {F4  View current message               F4  Compose a message                 :Spc  Show next screen of messages           U  Undelete (remove deletion mark)}
  1082. {F5  Move to previous message           F5  FOLDER LIST screen                : J   Jump to a specific message             T  Take Address into Address Book}
  1083. {F6  Move to next message               F6  Goto a specified folder           : W   Whereis -- search for a                S  Save into an email folder} 
  1084. {F7  Show previous screen of messages   F7  Zoom                              :     specific message                       E  Export as a plain text file}
  1085. {F8  Show next screen of messages       F8  Whereis                           : |   Pipe to a Unix Command                 B  Bounce               *  Flag}
  1086. {F9  Mark message for deletion          F9  Print message                     :Miscellaneous Operations}
  1087. {F10 Undelete (remove delete mark)      F10 Take address into address book    :----------------------------}
  1088. {F11 Reply to message                   F11 Save message into an email folder : G   Goto a specified folder     General Pine Commands }
  1089. {F12 Forward                            F12 Export message into a plain file  : $   Sort order of index         --------------------- }
  1090. {                                                                             : H   Full header mode            O  Show all other available commands }
  1091. {Available Commands -- Group 3                                                : X   Expunge/Exclude             ?  Show Help text     Q Quit Pine }
  1092. {------------------------------                                               : Z   Zoom          A Apply       M  MAIN MENU Screen   L FOLDER LIST screen}
  1093. {F3  Expunge/Exclude        F7 Jump to message   F10 Bounce (remail) msg      :Tab  Next-New      ; Select      C  Compose a new message }
  1094. {F4  Select     F5  Apply   F8 Next New          F11 Flag message as important:}
  1095. {F6  Sort order of index    F9 Full Header Mode  F12 Pipe to a Unix command   :}
  1096.  
  1097. NOTE: The presence or absence of the following commands is determined by
  1098. \"feature-list\" options in your Pine configuration.  Also, some of these
  1099. commands may be administratively disabled by your system manager; if they
  1100. don't work, please check with your local help desk before reporting a bug. 
  1101.  
  1102.     o Header Mode (toggle between display of full or minimal headers)
  1103.     o Select (tag messages for aggregate operations)
  1104.     o Apply (apply a command to multiple previously-selected messages)
  1105.     o Flag (mark message as important or set other message status flags)
  1106.     o Zoom (show only pre-selected messages)
  1107.     o Bounce (re-mail message to correct recipient)
  1108.     o Pipe message to a Unix command
  1109.  
  1110. The \"Pipe message to a Unix command\" command is not available in PC-Pine.
  1111.  
  1112. -------------------------------------------
  1113. | Description of the FOLDER INDEX Screen  |
  1114. -------------------------------------------
  1115.  
  1116. The Folder Index displays the headers or summary information of each
  1117. message in the current folder.  This is useful if you want to quickly scan
  1118. new messages, or find a particular message without having to go through
  1119. the text of each message, or to quickly get rid of junk messages, etc.  If
  1120. the list is too long to fit on one screen, you can page up and down in the
  1121. list with the {F7:-}/{F8:SPACE} commands.  The current message is always
  1122. highlighted, and its message number is shown in the status line.  Each
  1123. message line contains the following columns: 
  1124.  
  1125.   STATUS: The markings on the left side of the message tell you about its
  1126. status.  You may see one or more of the following codes on any given
  1127. message: 
  1128.  
  1129.    o \"D\" for Deleted.  You have marked this message for deletion but not
  1130.          yet eXpunged the folder.
  1131.    o \"N\" for New.  You have not looked at the text of the message yet.
  1132.    o \"A\" for Answered.  Any time you reply to a message it is considered
  1133.          to be answered.
  1134.    o \"+\" for direct-to-you.  The \"+\" indicates that a message was sent 
  1135.         directly to your account, your copy is not part of a cc: or a 
  1136.         mailing list.
  1137.    o \"X\" for selected.  You have selected the message by using the 
  1138.         \"select\" command.  (Some systems may optionally allow selected 
  1139.         messages to be denoted by the index line being displayed in bold
  1140.         type.)
  1141.    o \"*\" for Important.  You have previously used the \"Flag\" command
  1142.       to mark this message as \"important\".
  1143.  
  1144.   NUMBER: Messages in a folder are numbered, from one through the number
  1145. of messages in the folder, to help you know where you are in the folder. 
  1146.  
  1147.   DATE SENT: The date the message was sent.  By default, messages are
  1148. ordered by arrival time, not by date sent.  Most of the time arrival time
  1149. and date sent (effectively departure time) are similar.  Sometimes,
  1150. however, the index will appear to be out of order because a message took a
  1151. long time in delivery. 
  1152.  
  1153.   SENDER: The name or email address of the sender.  If you are the 
  1154.           sender, then the first recipient's name is shown here.
  1155.  
  1156.   SIZE: The number in parentheses is the number of characters in the message.
  1157.  
  1158.   SUBJECT: As much of the message's subject line as will fit on the screen.
  1159.  
  1160. ------------------------------
  1161. | Brief Command Explanations |
  1162. ------------------------------
  1163.  
  1164. REPLY AND FORWARD
  1165.  
  1166. Replying ({F11:R}) and Forwarding ({F12:F}) are your two alternatives for
  1167. following up on the message you are reading. You would use reply if you
  1168. want to get email back to the author of the message and/or the other
  1169. people who have already seen it.  You use forward if you want somebody new
  1170. to see the message. 
  1171.  
  1172. In the normal case, the only thing that you must supply when forwarding a
  1173. message is the name/email address of the new recipient.  Pine will
  1174. include the text of the forwarded message.  Pine will also include any
  1175. attachments to the message if you have requested them.  There is space
  1176. above the forwarded text for you to include any comments. 
  1177.  
  1178. When replying, you usually have to answer some questions.  If the message
  1179. is to multiple people and/or specified with a Reply-to: header, then you
  1180. will have to decide who should get the reply.  You also need to decide
  1181. whether or not to include the previous message in your reply.  Some of
  1182. this is configurable.  Specifically, see the include-header-in-reply and
  1183. include-text-in-reply configuration features. 
  1184.  
  1185. Both the Reply and Forward commands react to the full header mode toggle.
  1186. If the full header mode is on, then all the header and delivery lines are
  1187. included with the text of the message in your reply/forward. 
  1188.  
  1189. SAVE AND EXPORT
  1190.  
  1191. Export ({F12:E}) and Save ({F11:S}) are the two alternatives Pine gives
  1192. you to keep a copy of the message you are reading. If you want to keep the
  1193. message within Pine's email world, use \"save\"; if you want to use the
  1194. message in another program, use \"export\".  
  1195.  
  1196. When you save a message, it is put into an existing folder or into a new
  1197. folder in one of your existing folder collections.  The message stays in
  1198. email format and can be read by Pine again.  Pine may use a special format
  1199. for its mail folders -- never edit a Pine folder by hand or with any
  1200. program other than Pine.  The exact behavior of the save command can be
  1201. configured with the save-will-quote-leading-froms, save-will-not-delete,
  1202. and save-will-advance feature list settings. 
  1203.  
  1204. When you use export, the message is placed in a plain text file in your
  1205. home directory or current working directory, depending on the
  1206. use-current-dir configuration setting.  In the normal case, only minimal
  1207. headers are exported with the message; however, if the full header mode is
  1208. toggled on, then complete headers are exported along with the message
  1209. text. 
  1210.  
  1211. TAKE ADDRESS
  1212.  
  1213. With the Take Address command, you can extract email addresses from an
  1214. incoming message and save them in an address book.  This is an easy way
  1215. to add to your address book and avoid having to remember the email
  1216. addresses of the people who write to you. 
  1217.  
  1218. If the message is just to you individually, then you will only need to
  1219. provide a nickname.  If the message is more complicated (with more than
  1220. one recipient or an email list involved), then you will see an address
  1221. selection screen which lets you choose the address you want to save into 
  1222. your address book, or add several of them to a personal address list. 
  1223.  
  1224. HEADER MODE
  1225.  
  1226. Every email message comes with some header lines that you normally don't
  1227. see.  These include anywhere from 3-20 lines added by Internet mail
  1228. transport system to record the route your message took, for diagnostic
  1229. purposes.  These are normally of no import and simply add clutter, so Pine
  1230. suppresses them from MESSAGE TEXT display.  There is, however, a way to
  1231. reveal them. 
  1232.  
  1233. The Header Mode ({F9:H}) command is a toggle which controls Pine's
  1234. handling of these header lines.  Normally, full headers is \"off\" and you
  1235. only see a few lines about who a message is to and who it is from.  When
  1236. you press {F9:\"H\"} to turn full headers on, Pine will show you the
  1237. normal header lines as well as delivery headers, comment headers and MIME
  1238. headers. 
  1239.  
  1240. Several different Pine commands honor the header mode -- it affects how
  1241. messages are displayed, how they appear in Forward and Reply email, how
  1242. they are printed, they are saved, and how they are exported.  In Unix
  1243. Pine, the Pipe command is also affected.
  1244.  
  1245. The presence or absence of the Header Mode command is determined by the
  1246. \"enable-enable-full-header-cmd\" feature-list option in your Pine
  1247. configuration.  
  1248.  
  1249. EXPUNGE/EXCLUDE
  1250.  
  1251. Expunge/Exclude is the command Pine uses to actually remove all messages
  1252. marked for deletion.  With regular email files, expunge literally deletes
  1253. the text from the current folder.  With newsgroups or shared mailboxes,
  1254. you don't have permission to actually remove the message, so it is an
  1255. exclude -- Pine removes the message from your view of the folder even
  1256. though it is not technically gone. 
  1257.  
  1258. GOTO
  1259.  
  1260. Goto is the command which lets you bypass Pine's folder selection screens
  1261. and jump directly to a new folder.  You can select any folder in the
  1262. world: one in your current collection, one in a different collection or
  1263. one in a collection you've never even used before. 
  1264.  
  1265. Pine will help you as much as it can to narrow in on the folder you want. 
  1266. However, if the folder is outside of your defined collections, you are
  1267. going to have to enter the exact folder location using the correct syntax
  1268. for a remote folder and/or fully-qualified path name.
  1269.  
  1270. WHEREIS
  1271.  
  1272. The WhereIs command lets you search the FOLDER INDEX for a word.  It scans
  1273. through whatever you see, usually the name of the author and the subject
  1274. line.  WhereIs has special features to let you \"find\" the beginning of the
  1275. index (Ctrl-Y -- first message) or the end of the index (Ctrl-V -- last
  1276. message).  WhereIs can also be used as a quick way to select messages, see
  1277. below for more information on this. 
  1278.  
  1279. JUMP
  1280.  
  1281. This is Pine's way of allowing you to go straight to a specific message. 
  1282. Just press {F7:\"J\"} and then enter the message number.  Pine can also be
  1283. configured such that typing in any number automatically jumps you to that
  1284. message (enable-jump-shortcut in the SETUP CONFIGURATION). 
  1285.  
  1286. SORT
  1287.  
  1288. In Pine's generic configuration, messages are presented in the order in
  1289. which they arrive.  This default can be changed in the SETUP CONFIGURATION. 
  1290. You can also re-sort the folder on demand with the sort ({F6:$}) command. 
  1291. Your sorting options are: Subject, Arrival, From, Date, siZe,
  1292. OrderedSubject and Reverse. 
  1293.  
  1294. Some of the subtleties: sorting by subject will group all messages with
  1295. the same subject together and then puts the groups in alphabetical order. 
  1296. Sorting by \"ordered subject\" does a grouping intended to simulate a
  1297. \"threaded\" sort, and then presents each \"thread\" in order of the date
  1298. of the first message in the group.  Reverse simply reverses whatever the
  1299. current sort order is. 
  1300.  
  1301. Sorting a folder does not actually rearrange the way the folder is saved,
  1302. it just re-arranges how the messages are presented to you.  This means
  1303. that Pine has to do the work of sorting every time you change sort order. 
  1304. Sometimes, especially with PC-Pine or with large folders, this could take
  1305. a while. 
  1306.  
  1307. BOUNCE
  1308.  
  1309. The bounce ({F10:B}) command allows you to re-send, or \"remail\", a
  1310. message, as if you were never in the loop.  It is analogous to crossing
  1311. out your address on a postal letter, writing a different address on the
  1312. envelope, and putting it into the mailbox. Bounce is used primarily to
  1313. redirect email which was sent to you in error.  Also, some owners of email
  1314. lists need the bounce command to handle list traffic. 
  1315.  
  1316. The presence or absence of the Bounce command is determined by the
  1317. \"enable-bounce-cmd\" feature-list option in your Pine configuration. Note
  1318. that Bounce may be administratively disabled by your system manager; if it
  1319. doesn't work, please check with your local help desk before reporting a
  1320. bug. 
  1321.  
  1322. FLAG
  1323.  
  1324. Flag ({F11:*}) is the command which allows users to manipulate the status
  1325. flags which appear on the left side of the FOLDER INDEX screen.  The most
  1326. common use of this is to mark a message as important. This is something of
  1327. a note to yourself to get back to that message.  You can also use the flag
  1328. command to set (or unset) the flags which indicate that a message is new,
  1329. read or answered. 
  1330.  
  1331. The availability of the flag command is determined by the
  1332. \"enable-flag-cmd\" feature-list option in your Pine configuration. Also,
  1333. Flag may be administratively disabled by your system manager; if it
  1334. doesn't work, please check with your local help desk before reporting a
  1335. bug. 
  1336.  
  1337. NEXT NEW (TAB) COMMAND
  1338.  
  1339. When you press the TAB key, Pine advances to the next \"interesting\"
  1340. message.  When you are using Pine to read email, that message is the next
  1341. message in the folder which you have not read before, or that you have
  1342. previously flagged as Important.  When reading news folders, the next
  1343. \"interesting\" message is the next one that you have not yet deleted. 
  1344.  
  1345. SELECTING: SELECT AND WHEREIS/SELECT
  1346.  
  1347. Aggregate operations give you the ability to process a group of messages
  1348. at once.  Acting on multiple messages requires two steps: (1) selecting a
  1349. set of messages and then (2) applying a command to that set. The first
  1350. part is handled by the select ({F4:\";\") command.  Select allows you to
  1351. select messages based on their status (read, answered, etc.), contents
  1352. (including fielded selections on header lines) or date.  You also get
  1353. certain quick options to select a specific message or range of messages,
  1354. to select the current message or to select all messages. 
  1355.  
  1356. After you have an initial selection, the select command changes.  It gives
  1357. you selection \"alteration\" options: unselect all, unselect current,
  1358. broaden (implements a logical OR), and narrow (implements a logical AND). 
  1359. You are allowed to use select as many times as you need to get the
  1360. selected set right. 
  1361.  
  1362. Also, the venerable \"WhereIs\" ({F8:W}) command has a new feature
  1363. (Ctrl-X) to select all the messages which match the WhereIs search. 
  1364. WhereIs searches through just the text which appears on the FOLDER INDEX. 
  1365.  
  1366. The availability of the aggregate operations commands is determined by the
  1367. \"enable-aggregate-command-set\" feature-list option in your Pine
  1368. configuration.  Note that aggregate commands may be administratively
  1369. disabled by your system manager;  if they don't work, please check with
  1370. your local help desk before reporting a bug. 
  1371.  
  1372. APPLY
  1373.  
  1374. Apply ({F5:A}) is the second step of most aggregate operations.  Apply
  1375. becomes active any time there is a defined set of selected messages.  The
  1376. following commands can be applied to a selected message set: delete,
  1377. undelete, reply, forward, print, take address, save, export, flag, and (on
  1378. Unix Pine) pipe to Unix command. 
  1379.  
  1380. The behavior of some of these commands in an aggregate sense is not easy to 
  1381. explain.  Try them out to see what they do.
  1382.  
  1383. ZOOM
  1384.  
  1385. Another action you might want to take on a set of selected messages is to
  1386. zoom in on them.  Like Apply, Zoom only becomes active when messages have
  1387. been selected.  Zoom ({F7:Z}) is a toggle command which allows you to
  1388. zoom-in (and only to see the selected messages) and zoom-out (to see all
  1389. messages in the folder).  Neither apply nor zoom removes the markings which
  1390. define the selected set; you need to use a select (\";\") command in order
  1391. to do this. 
  1392.  
  1393. <End of help on this topic>
  1394. ============= h_simple_index   ========================
  1395.         POSTPONED MESSAGE SELECTION COMMANDS
  1396.  
  1397. Navigating the List of Messages               General Pine Commands 
  1398. -------------------------------               ---------------------
  1399.  {F5 : P }  Move to previous message                {F1 : ? }  Show this help text
  1400.  {F6 : N }  Move to next message
  1401.  {F7 : - }  Show previous screen of messages
  1402.  {F8 :Spc}  Show next screen of messages
  1403.  
  1404. Message Selection Commands
  1405. --------------------------
  1406.  {F3 : E }  Exit the Message Select menu (canceling Send command)
  1407.  {F4 : S }  Select the currently highlighted message
  1408.  
  1409. ------------------------------------------------------
  1410. | Description of the Select Postponed Message Screen | 
  1411. ------------------------------------------------------
  1412.  
  1413. This screen allows you to select one of several previously postponed
  1414. messages in order to continue composition.  Your options are very limited
  1415. -- the screen is not meant to let you manipulate these messages in any
  1416. way.  Once you choose a message, Pine reads it in and puts you into the
  1417. regular message composer.
  1418.  
  1419. You cannot delete messages from this list.  If you wish to abandon a
  1420. message, you have to select it and then cancel (Ctrl-C) the message.
  1421. Similarly, messages do not stay in this postponed state automatically.  If
  1422. you select a message and then want to postpone it again, use the normal
  1423. postpone (Ctrl-O) command in the composer. 
  1424.  
  1425. If you exit this screen without selecting a message, the Compose command 
  1426. which got you here is canceled.  No messages will be removed.
  1427.  
  1428. <End of help on this topic>
  1429. ============= h_mail_view   ========================
  1430.                         MESSAGE TEXT COMMANDS
  1431. {Available  Commands -- Group  1        Available Commands -- Group 2   :Navigating the List of Messages        Operations on the Current Message}
  1432. {-------------------------------        ------------------------------  :-------------------------------        ---------------------------------}
  1433. {F1  Show Help Text                     F1  Show Help Text              : P     Display previous message        V  View attachment      Y  Print}
  1434. {F2  Toggle to see more commands        F2  Toggle to see more commands : N     Display next message            R  Reply to message     F  Forward}
  1435. {F3  MAIN MENU Screen                   F3  Quit Pine                   : -     Show previous page of this msg  D  Mark for deletion      }
  1436. {F4  View attachment                    F4  Compose a message           :Spc    Show next page of this msg      U  Undelete (remove deletion mark)}
  1437. {F5  Display previous message           F5  FOLDER LIST screen          : J     Jump to a specific message      T  Take Address into Address Book}
  1438. {F6  Display next message               F6  Goto a specified folder     :                                       S  Save into an email folder}
  1439. {F7  Previous screen of this message    F7  FOLDER INDEX screen         :                                       E  Export as a plain text file}
  1440. {F8  Next screen of this message        F8  Whereis                     :                                       |  Pipe to a Unix Command}
  1441. {F9  Mark message for deletion          F9  Print message               :MESSAGE TEXT Screen Commands   B  Bounce                       *  Flag}
  1442. {F10 Undelete (remove delete mark)      F10 Take address into address book      :----------------------------}
  1443. {F11 Reply to message                   F11 Save message into an email folder  : G   Goto a specified folder     General Pine Commands }
  1444. {F12 Forward                            F12 Export message into a plain file    : H   Full Header Mode            --------------------- } 
  1445. {                                                                       :Tab  Next New                    O  Show all other available commands }
  1446. {Available Commands -- Group 3                                          : W   Whereis -- search for a     ?  Show Help text      Q Quit Pine }
  1447. {------------------------------                                         :     specific word in message    M  MAIN MENU Screen    L FOLDER LIST screen}
  1448. {F7             Jump to message    F9  Full header mode      F11 Flag message   :                                   I  FOLDER INDEX Screen C  Compose a message }
  1449. {F8             Next New           F10 Bounce this message   F12 Pipe to a Unix command :}
  1450.  
  1451. NOTE: The presence or absence of the following commands is determined by
  1452. \"feature-list\" options in your Pine configuration.  Also, some of these 
  1453. commands may be administratively disabled by your system manager; if they don't 
  1454. work, please check with your local help desk before reporting a bug.
  1455.         o Header Mode (toggle between display of full or minimal headers)
  1456.         o Flag (mark message as important or set other message status flags)
  1457.         o Bounce (re-mail message)
  1458.         o Pipe message to a Unix command
  1459.  
  1460. The \"Pipe message to a Unix command\" command is not available in PC-Pine.
  1461.  
  1462. ------------------------------------------
  1463. | Description of the MESSAGE TEXT Screen |
  1464. ------------------------------------------
  1465.  
  1466. The upper right corner of the view message screen displays status
  1467. information about the currently open collection and folder and about the
  1468. current message.  It shows the name of the collection in angle brackets
  1469. and then the name of the folder.  The status line also displays the number
  1470. of messages in the folder, the number of the current message and the
  1471. percentage of the current message that has been displayed on the screen.
  1472. If the message is marked for deletion \"DEL\" will appear in the upper
  1473. right as well. 
  1474.  
  1475. ------------------------------
  1476. | Brief Command Explanations |
  1477. ------------------------------
  1478.  
  1479. REPLY AND FORWARD
  1480.  
  1481. Replying ({F11:R}) and Forwarding ({F12:F}) are your two alternatives for
  1482. following up on the message you are reading. You would use reply if you
  1483. want to get email back to the author of the message and/or the other
  1484. people who have already seen it.  You use forward if you want somebody new
  1485. to see the message. 
  1486.  
  1487. In the normal case, the only thing that you must supply when forwarding a
  1488. message is the name/email address of the news recipient.  Pine will
  1489. include the text of the forwarded message.  Pine will also include any
  1490. attachments to the message if you have requested them.  There is space
  1491. above the forwarded text for you to include any comments.
  1492.  
  1493. When replying, you usually have to answer some questions.  If the message
  1494. is to multiple people and/or specified with a Reply-to: header, then you
  1495. will have to decide who should get the reply.  You also need to decide 
  1496. whether or not to include the previous message in your reply.  Some of
  1497. this is configurable.  Specifically, see the include-header-in-reply and
  1498. include-text-in-reply configuration features.
  1499.  
  1500. Both the Reply and Forward commands react to the full header mode toggle.
  1501. If the full header mode is on, then all the header and delivery lines are
  1502. included with the text of the message in your reply/forward.
  1503.  
  1504. SAVE AND EXPORT
  1505.  
  1506. Export ({F12:E}) and Save ({F11:S}) are the two alternatives Pine gives
  1507. you to keep a copy of the message you are reading. If you want to keep the
  1508. message within Pine's email world, use \"save\"; if you want to use the
  1509. message in another program, use \"export\".  
  1510.  
  1511. When you save a message, it is put into an existing folder or into a new
  1512. folder in one of your existing folder collections.  The message stays in
  1513. email format and can be read by Pine again.  Pine may use a special format
  1514. for its mail folders -- never edit a Pine folder by hand or with any
  1515. program other than Pine.  The exact behavior of the save command can be
  1516. configured with the save-will-quote-leading-froms, save-will-not-delete,
  1517. and save-will-advance feature list settings. 
  1518.  
  1519. When you use export, the message is placed in a plain text file in your  
  1520. home directory or current working directory, depending on the
  1521. use-current-dir configuration setting.  In the normal case, only minimal
  1522. headers are exported with the message; however, if the full header mode is
  1523. toggled on, then complete headers are exported along with the message
  1524. text.
  1525.  
  1526. VIEW ATTACH
  1527.  
  1528. The View/Save Attachment ({F4:V}) command allows you to handle MIME
  1529. attachments on a message you have received.  Pine shows you a list of the
  1530. message attachments--you just choose the attachment you want.  You may
  1531. either view or save the selected attachment.
  1532.  
  1533. Because many attachments require external programs for display, there is
  1534. some system configuration that has to happen before you can actually
  1535. display attachments.  Hopefully much of that will have been done already
  1536. by your system administrator.  MIME configuration is handled with the
  1537. \"mailcap\" configuration file.  (See the release notes for more information.)
  1538.  
  1539. WHEREIS
  1540.  
  1541. The WhereIs ({F8:W}) command does a \"find in current message\" operation. 
  1542. You type in a word and Pine will try and find it in the message you are
  1543. reading.  You can also use WhereIs to jump to the beginning (Ctrl-Y) or
  1544. end (Ctrl-V) of the message. 
  1545.  
  1546. NEXT NEW (TAB) COMMAND
  1547.  
  1548. When you press the TAB key, Pine advances to the next \"interesting\" 
  1549. message.  When you are using Pine to read email, that message is the next
  1550. message in the folder which you have not read before or which you have
  1551. previously marked \"Important\" via the Flag command.  When reading news
  1552. folders, the next \"interesting\" message is the next one which you have
  1553. not yet deleted. 
  1554.  
  1555. TAKE ADDRESS
  1556.  
  1557. With the Take Address command, you can extract email addresses from an
  1558. incoming message and save them in an address book.  This is an easy way
  1559. to add to your address book and avoid having to remember the email
  1560. addresses of the people who write to you. 
  1561.  
  1562. If the message is just to you individually, then you will only need to
  1563. provide a nickname.  If the message is more complicated (with more than
  1564. one recipient or an email list involved), then you will see an address
  1565. selection screen which lets you choose the address you want to save into 
  1566. your address book, or add several of them to a personal address list. 
  1567.  
  1568. HEADER MODE
  1569.  
  1570. Every email message comes with some header lines that you normally don't
  1571. see.  These include anywhere from 3-20 lines added by Internet mail
  1572. transport system to record the route your message took, for diagnostic
  1573. purposes.  These are normally of no import and simply add clutter, so Pine
  1574. suppresses them from MESSAGE TEXT display.  There is, however, a way to
  1575. reveal them. 
  1576.  
  1577. The Header Mode ({F9:H}) command is a toggle which controls Pine's
  1578. handling of these header lines.  Normally, full headers is \"off\" and you
  1579. only see a few lines about who a message is to and who it is from.  When
  1580. you press {F9:\"H\"} to turn full headers on, Pine will show you the
  1581. normal header lines as well as delivery headers, comment headers and MIME
  1582. headers. 
  1583.  
  1584. Several different Pine commands honor the header mode -- it affects how
  1585. messages are displayed, how they appear in forward and reply email, how
  1586. they are printed, they are saved, and how they are exported. In Unix
  1587. Pine, the Pipe command is also affected.
  1588.  
  1589. The presence or absence of the Header Mode command is determined by the
  1590. \"enable-enable-full-header-cmd\" feature-list option in your Pine
  1591. configuration.  
  1592.  
  1593. FLAG
  1594.  
  1595. Flag ({F11:*}) is the command which allows users to manipulate the status
  1596. flags which appear on the left side of the FOLDER INDEX screen.  The most
  1597. common use of this is to mark a message as important. This is something of
  1598. a note to yourself to get back to that message.  You can also use the flag
  1599. command to set (or unset) the flags which indicate that a message is new,
  1600. read or answered. 
  1601.  
  1602. The availability of the flag command is determined by the
  1603. \"enable-flag-cmd\" feature-list option in your Pine configuration. Also,
  1604. Flag may be administratively disabled by your system manager; if it
  1605. doesn't work, please check with your local help desk before reporting a
  1606. bug. 
  1607.  
  1608. ALTERNATE CHARACTER SETS
  1609.  
  1610. Pine attempts to stay out of the way so that it won't prevent you from
  1611. viewing mail in any character set.  It will simply send the message to
  1612. your display device.  If the device is capable of displaying the message
  1613. as it was written it will do so.  If not, the display may be partially or
  1614. totally incorrect.  If the message is marked as being in a character set
  1615. other than \"US-ASCII\" and it is a character set that is different from
  1616. the set you have indicated with the \"character-set\" variable in your
  1617. configuration, then a warning message will be printed to your screen at
  1618. the beginning of the message display. 
  1619.  
  1620. In all cases Pine requires that the display device can handle the
  1621. character set.  For example, most X-terminals will display the ISO-8859-1
  1622. character set if the right font is selected.  VT220's and higher also
  1623. display ISO-8859-1.  Displays for other characters sets are less common. 
  1624.  
  1625. <End of help on this topic>
  1626. ===== h_folder_maint =====
  1627.                         FOLDER LIST COMMANDS
  1628. {Available Commands -- Group 1        Available Commands -- Group 2     :Navigating the Folder Screen            Operations on the Selected Folder}
  1629. {-------------------------------      ------------------------------    :----------------------------            ---------------------------------}
  1630. {F1  Show Help Text                    F1  Show Help Text               : P   Move to previous folder              V  View Index of selected folder}
  1631. {F2  Toggle to see more commands       F2  Toggle to see more commands  : N   Move to next folder                  D  Delete}
  1632. {F3  MAIN MENU Screen                  F3  Quit Pine                    : -   Show previous page of listing        R  Rename}
  1633. {F4  Select folder and view it         F4  Compose a message            :Spc  Show next page of listing}
  1634. {F5  Move to previous folder                    :}
  1635. {F6  Move to next folder               F6  Specify a folder to go to    :FOLDER LIST Screen Commands              General Pine Commands}
  1636. {F7  Show previous screen of listing   F7  Show FOLDER INDEX of current folder :---------------------------              ---------------------}
  1637. {F8  Show next screen of listing       F8  Whereis (search folder names): A  Add a folder                          O  Show all other available commands}
  1638. {F9  Delete selected folder            F9  Print folder listing         : G  Specify a folder to go to             ?  Show Help text
  1639. {F10 Add a new folder                                                   : I  Show FOLDER INDEX of current folder   M  MAIN MENU Screen}
  1640. {F11 Rename selected folder                                             : W  Whereis (search folder names)         Q  Quit Pine}
  1641. {                                                                       : Y  Print folder listing                  C  Compose a message}
  1642.  
  1643. -----------------------------------------
  1644. | Description of the FOLDER LIST Screen |
  1645. -----------------------------------------
  1646.  
  1647. The purpose of the FOLDER LIST screen is to display your message folders
  1648. and allow you to \"open\" or view a new one, or manage your folders using the
  1649. Rename, Delete, and Add commands.  The status bar shows information about
  1650. the current folder. 
  1651.  
  1652. The appearance of the Folder List depends upon your Pine configuration.
  1653. The most basic configuration will show a single list of folders, beginning
  1654. with the three distinguished folders INBOX, sent-mail, and saved-messages. 
  1655. All other folders will be listed in alphabetical order. 
  1656.  
  1657. If you or your system administrator have defined additional collections,
  1658. e.g. News, then you may see each of your collections listed with a
  1659. \"Select Here to See Expanded List\" button.  Alternatively, Pine can be
  1660. configured to always immediately display the complete list of folders in
  1661. each collection via the \"expanded-view-of-folders\" feature list option. 
  1662.  
  1663. -----------------
  1664. | About Folders |
  1665. -----------------
  1666.  
  1667. What are Folders?
  1668.  
  1669. Folders are simply files where messages are kept.  Every message has to be
  1670. in a folder.  Most every Pine user starts out with 3 folders: an INBOX, a 
  1671. folder for sent mail and a folder for saved messages.
  1672.  
  1673. You may create as many other folders as you wish.  They must be given
  1674. names that can be filenames on the filesystem.  On DOS that means they
  1675. must be 8-characters or less; on Unix you shouldn't use special characters
  1676. such as \"/\".  Normally PC-Pine folders are automatically given the DOS
  1677. extension \".MTX\" (which stands for Mailbox-text).  The extension is
  1678. suppressed from FOLDER LIST displays, and should not be entered when
  1679. typing a folder name at a Save or Goto prompt.  The use of the MTX extension
  1680. can be overridden by a Setup/Config option, which may be useful when
  1681. accessing saved-message folders on a Unix host via SMB or NFS.  PC-Pine
  1682. can understand the normal Unix mail folder format, but can only open
  1683. those folders READ-ONLY.
  1684.  
  1685. You can move messages from one folder to another by opening the original
  1686. folder and saving messages into the other folder just as you can save
  1687. message from your INBOX to any other folder.
  1688.  
  1689. Folders are just files in the filesystem.  However, the files which are
  1690. folders have some special formatting in them (so that Pine knows where one
  1691. message ends and another begins) and should *not* be edited outside of
  1692. Pine.  If you want copies of your messages in text files that you can edit
  1693. or otherwise manipulate, use the export command to export them from Pine.
  1694.  
  1695. ----------------------
  1696. | Folder Collections |
  1697. ----------------------
  1698.  
  1699. Those of you with simple mail configurations will just see a list of all the
  1700. folders you have.  The special folders for INBOX, sent mail and saved messages  
  1701. will appear at the top of the list.  All others are in alphabetical order.
  1702.  
  1703. That model wouldn't work for Pine users with multiple collections.  If you
  1704. or your system administrator have defined more than one collection or if
  1705. you have a collection (news or otherwise) defined on your system, then you
  1706. will see each of your collections listed with a \"Select Here to See
  1707. Expanded List\" button.  Pine can be configured to always show you all
  1708. folders in all collections with the \"expanded-view-of-folders\" feature
  1709. list option in your Pine configuration.
  1710.  
  1711. Why have Collections?
  1712.  
  1713. If a Pine user only got 5 messages a day and used the same computer all the
  1714. time, then folders would be enough.  For good or bad, that is not the
  1715. case.  People who use more than one computer account need to have
  1716. different sets of folders on those different platforms.  People who have  
  1717. hundreds or thousands of folders need a way to group folders together.
  1718. That is where collections come in.  
  1719.  
  1720. Types of Collections.
  1721.  
  1722. A collection of folders is just a group of folders in the same directory
  1723. on the same machine.  In general, all collections of folders are equal in
  1724. Pine's eye.  However, there are some special collections: 
  1725.  
  1726.         INCOMING FOLDERS:  Pine's \"incoming-folders\" configuration is a
  1727. special collection used to supplement your single INBOX.  All the folders
  1728. here are those that get incoming messages.  You may have multiple folders
  1729. like this because you use an external program to filter your email or
  1730. because you have multiple accounts.
  1731.  
  1732.         NEWS:  You can also define a collection specifically for
  1733. newsgroups.  Pine does this for you implicitly when you define a NNTP 
  1734. Server in your Pine configuration.  The news collection is presented last
  1735. and Pine knows not to save messages there.
  1736.  
  1737.         DEFAULT COLLECTION FOR SAVES:  Perhaps the most important special
  1738. collection is the one which you specify as the first item of the
  1739. configuration for \"folder-collections\".  This is the default collection
  1740. for your saved and sent messages folders.
  1741.  
  1742. There is no limit to the number of collections you can have. Everyone
  1743. starts with just one collection and few people ever have more than a dozen
  1744. or so.
  1745.  
  1746. Defining Collections.
  1747.  
  1748. In the absence of any folder-collection definitions, Pine will assume a
  1749. single default folder collection, and if necessary, create the directory
  1750. \"mail\" in your Unix home directory to hold your folders.  Otherwise,
  1751. Pine will never create any directories.  However, you may create as many
  1752. mail directories as you would like using the Unix \"mkdir\" command, and
  1753. then define folder-collection entries to correspond with each one. This is
  1754. done via the Setup/Config command on the Main Menu. 
  1755.  
  1756. ----------------------
  1757. | Valid Folder Names |
  1758. ----------------------
  1759.  
  1760. Once your folder collections are defined, you can usually refer to
  1761. folders by their simple (unqualified) name, or pick from a FOLDER LIST 
  1762. display.  However, understanding the complete syntax for folder names,
  1763. both local and remote, is handy when using the Goto command and when
  1764. you are adding new folder collections via the SETUP CONFIGURATION screen.
  1765.  
  1766. Local folders follow the local naming rules.  For example,
  1767. \"~/mail/september-1994\" might be a reasonable folder name on Unix 
  1768. and \"\\C:\\PINE\\FOLDERS\\OCT-94\" might exist on a PC. 
  1769.  
  1770. Pine users have the option of using folders which are stored on some other
  1771. computer.  Pine accesses remote folders via IMAP (the Internet Message
  1772. Access Protocol), or in the case of news, via NNTP (the Network News
  1773. Transport Protocol).  To be able to access remote folders in Pine, the
  1774. remote host must be running the appropriate server software (imapd or
  1775. nntpd) and you must correctly specify the name of the folder to Pine,
  1776. including the domain name of the remote machine. For example,
  1777. \"{{:{}monet.art.nowhere.edu}INBOX\" is a remote folder specification, as
  1778. is \"{{:{}monet.art.nowhere.edu}~/mail/september-1994\".  As you can tell,
  1779. the name of the computer is in {{:{}} brackets followed immediately by the
  1780. name of the folder.  If, as in these examples, there is no remote access
  1781. protocol specified, then IMAP is assumed. 
  1782.  
  1783. There are certain markings which have special meanings in folder names:
  1784.     o A \"*\" in front of the folder specification means that the folder is 
  1785.       a bulletin board -- shared access and no write privileges.  Examples:
  1786.            *comp.mail.pine, *{{:{}wharhol.art.nowhere.edu}job-board
  1787.     o A folder name beginning with \"#mh/\" is an mh format folder.  Examples:
  1788.            #mh/mail/sep-1994, {{:{}rembrandt.art.nowhere.edu}#mh/mail/sep-1994
  1789.  
  1790. There are certain flags within remote folder names:
  1791.     o An \"/anonymous\" flag means anonymous IMAP access.  Example:
  1792.       {{:{}wharhol.art.nowhere.edu/anonymous}job-board
  1793.     o A \"/nntp\" flag means NNTP protocol access.  It cannot be used with
  1794.       the /anonymous flag.  Example:
  1795.            *{{:{}news.nowhere.edu/nntp}comp.mail.pine
  1796.  
  1797. Note that \"INBOX\" has special meaning in both local and remote folder
  1798. specifications.  The name INBOX refers to your \"principal incoming
  1799. message folder\" and will be mapped to the actual file name used for your
  1800. INBOX on any given host.  Therefore, a name like
  1801. \"{{:{}xxx.art.nowhere.edu}INBOX\" refers to whatever file is used to
  1802. store incoming mail for you on that particular host. 
  1803.  
  1804. <End of help on this topic>
  1805. ===== h_folder_open =====
  1806.  
  1807. This screen is designed to allow you to quickly and easily survey your
  1808. folders and select one to open.
  1809.  
  1810. Navigating the List of Folders             General Pine Commands
  1811. ------------------------------             ---------------------
  1812. {F5 : P }  Move to previous folder          {F1 : ? }  Show this help text
  1813. {F6 : N }  Move to next folder
  1814. {F7 : - }  Show previous screen of folders
  1815. {F8 :Spc}  Show next screen of folders
  1816. {F12: W }  WhereIs (search folder names)
  1817.  
  1818. Folder Selection Commands 
  1819. -------------------------
  1820. {F3 : E }  Exit the Folder Select menu (without selecting a folder)
  1821. {F4 : S }  Select the currently highlighted folder
  1822.  
  1823. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  1824. press \"?\" for Help... Look for the section \"About Folders\".
  1825.         
  1826. <End of help on this topic>
  1827. ===== h_folder_save =====
  1828.  
  1829. This screen is designed to allow you to quickly and easily survey your
  1830. folders and select one to use for saving the current message.
  1831.  
  1832. Navigating the List of Folders             General Pine Commands
  1833. ------------------------------             ---------------------
  1834. {F5 : P }  Move to previous folder          {F1 : ? }  Show this help text
  1835. {F6 : N }  Move to next folder
  1836. {F7 : - }  Show previous screen of folders
  1837. {F8 :Spc}  Show next screen of folders
  1838. {F12: W }  WhereIs (search folder names)
  1839.  
  1840. Folder Selection Commands 
  1841. -------------------------
  1842. {F3 : E }  Exit the Folder Select menu (without selecting a folder)
  1843. {F4 : S }  Select the currently highlighted folder
  1844.  
  1845. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  1846. press \"?\" for Help... Look for the section \"About Folders\".
  1847.         
  1848. <End of help on this topic>
  1849. ===== h_folder_fcc =====
  1850.  
  1851. This screen is designed to allow you to quickly and easily survey your
  1852. folders and select one to use as the file carbon copy (fcc) for the 
  1853. current message.
  1854.  
  1855. Navigating the List of Folders             General Pine Commands
  1856. ------------------------------             ---------------------
  1857. {F5 : P }  Move to previous folder          {F1 : ? }  Show this help text
  1858. {F6 : N }  Move to next folder
  1859. {F7 : - }  Show previous screen of folders
  1860. {F8 :Spc}  Show next screen of folders
  1861. {F12: W }  WhereIs (search folder names)
  1862.  
  1863. Folder Selection Commands 
  1864. -------------------------
  1865. {F3 : E }  Exit the Folder Select menu (without selecting a folder)
  1866. {F4 : S }  Select the currently highlighted folder
  1867.  
  1868. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  1869. press \"?\" for Help... Look for the section \"About Folders\".
  1870.         
  1871. <End of help on this topic>
  1872. ===== h_address_book =====
  1873.                          ADDRESS BOOK COMMANDS
  1874. {Available  Commands -- Group 1         Available Commands -- Group 2   :Address Book Navigation        General Pine Commands}
  1875. {-------------------------------        ------------------------------  :-----------------------        ---------------------}
  1876. {F1  Show Help Text                      F1  Show Help Text             : P  Prev Address                  ?  Display this help text}
  1877. {F2  Toggle to see more commands         F2  Toggle to see more commands: N  Next Address                  O  Show all other available commands}
  1878. {F3  MAIN MENU Screen                    F3  Quit Pine                  : -  Previous page of address book M  MAIN MENU screen}
  1879. {F4  Edit selected entry                 F4  Compose a message to selected addr  :Spc Next page of address book     Q  Quit Pine}
  1880. {F5  Move to previous entry              F5  FOLDER LIST screen         : W  WhereIs (search for word/     C  Compose a message to selected addr}
  1881. {F6  Move to next entry                  F6  Specify a folder to go to  :      or  name in address book)   L  FOLDER LIST screen}
  1882. {F7  Previous page of address book       F7  FOLDER INDEX screen        : G  Specify a folder to go to}
  1883. {F8  Next page of address book           F8  Whereis (search through address book):Address Book Commands             I  FOLDER INDEX screen} 
  1884. {F9  Delete selected entry               F9  Print address book         :---------------------}
  1885. {F10 Add a single entry                  F10 Edit Fcc or Comment field of entry   : E  Edit selected entry} {F11 Create an entry for a list                                                : D  Delete selected entry} 
  1886. {F12 Add to a list entry                                                : A  Add a single entry} {: S  Create an entry for a list}
  1887. {: Z  Add to a list entry}
  1888. {: Y  Print address book}
  1889.  
  1890. ------------------------------------------
  1891. | Description of the Address Book Screen | 
  1892. ------------------------------------------
  1893.  
  1894. This screen lets you edit any and all entries in your address book.  It
  1895. also acts as a short-cut for composing messages to people in the address
  1896. book.  When, from this screen, you press {F4:\"C\"} for Compose, the
  1897. message starts \"pre-addressed\" to whatever address book entry is
  1898. currently selected. 
  1899.  
  1900. If you have more than one address book defined for yourself or if your
  1901. system has a site-wide address book defined, you may see a list of address
  1902. books and a \"Select Here to See Expanded List\" button for each of them. 
  1903. Alternatively, Pine can be configured to immediately display all the
  1904. entries in each address book via the \"expanded-view-of-addressbooks\"
  1905. feature list option in your Pine configuration. 
  1906.  
  1907. Pine's address book helps you keep a list of addresses you send mail to so
  1908. you do not have to remember addresses that are often complex.  Each entry
  1909. in the address book has three required fields and two optional fields.
  1910. The required elements, which are visible on the ADDRESS BOOK display, are:
  1911.  
  1912.         NICKNAME: A short easy-to-remember label to identify the entry. 
  1913.         This is what you type in as you are addressing the message in the
  1914.         composer.  If there is a matching entry in your address book(s),
  1915.         Pine will extract the corresponding FullName and Address fields to
  1916.         generate the actual address for your message. 
  1917.  
  1918.         FULLNAME: A longer field where you can put the full name of the
  1919.         person or organization.  Usually the full names are put in last
  1920.         name first so they sort nicely in alphabetical order.  Whatever
  1921.         you put as the name here will appear on the message when it is 
  1922.         finally delivered. 
  1923.  
  1924.         ADDRESS: This is the actual email address itself.  This must be 
  1925.         a valid Internet address that conforms to the Internet message
  1926.         header standard, RFC-822.  (There is more information on email
  1927.         addresses a little later in this section.)
  1928.  
  1929. The two optional fields are:
  1930.  
  1931.         FCC: The name of the folder you would like a copy of any outgoing
  1932.         message to this address to be saved in. If this field is set, and
  1933.         this address is the first one in the message's To: header, then
  1934.         Pine will use this folder name for the FCC in lieu of the normal
  1935.         FCC folder name. 
  1936.  
  1937.         COMMENTS: This field contains arbitrary text for your convenience.
  1938.  
  1939. Due to screen width limitations, these last two fields do not show up in 
  1940. the normal ADDRESS BOOK display.  You must select the \"Edit\" command to 
  1941. view or modify them.
  1942.  
  1943. ---------------------------
  1944. | Sorting the Address book |
  1945. ---------------------------
  1946.  
  1947. By default, address book entries are sorted alphabetically on the full
  1948. name with distribution lists sorted to the end.  Sorting can be changed by
  1949. resetting the address book sort rule in the Pine SETUP CONFIGURATION screen
  1950. --assuming you have \"write\" permission for the address book file.
  1951.  
  1952. Unlike the sorting of folders (which only changes presentation), sorting an
  1953. address book actually changes the file as it is kept on the computer.  For
  1954. this reason you may not be able to sort a shared or system-wide address
  1955. book.
  1956.  
  1957. ----------------------
  1958. | Distribution Lists | 
  1959. ----------------------
  1960.  
  1961. Pine entries can be simple cases of aliases (a single nickname is linked
  1962. to a single email address) or distribution lists (a single nickname
  1963. pointing at more than one email address).  Each distribution list has a
  1964. nickname, a full name and a list of addresses.  The addresses may be
  1965. actual addresses or they may be other nicknames in your address book. 
  1966. They may even refer to other distribution lists.  The command to create a
  1967. distribution list is {F4:\"S\"} and the command to add entries to an
  1968. existing list is {F5:\"Z\"}.  Delete ({F11:\"D\"}) will delete a single
  1969. address from the list if the cursor is placed on the address; it will
  1970. delete the entire distribution list if the cursor is on the
  1971. nickname/fullname line. 
  1972.  
  1973. Address field entries in distribution lists may take any one of three
  1974. forms: a nickname existing in any of the defined address books, a normal
  1975. address of the form \"jsmith@art.nowhere.edu\", or a complete
  1976. fullname/address combination, e.g. \"John Smith
  1977. <jsmith@art.nowhere.edu>\".  This last form is only valid in distribution
  1978. list entries, since in the single-address entries the fullname and address
  1979. components are stored in separate fields.
  1980.  
  1981. Distribution lists in Pine address books can only be used by the person or
  1982. people who have access to that address book.  They are not usually used to
  1983. implement discussion groups, but can be used to facilitate small
  1984. discussion groups if all the participants have access to the same shared
  1985. address book. 
  1986.  
  1987. --------------------
  1988. | FCC and Comments |
  1989. --------------------
  1990.  
  1991. As mentioned above, each entry in the address book also has two optional
  1992. fields, fcc and comments.  The command to look at or edit either of these
  1993. is the same Edit command used for all of the fields ({F4:\"E\"}).  The
  1994. comments field is just for your own use.  The fcc field overrides the
  1995. default fcc if this address is the first one on the To line.  The WhereIs
  1996. command may be used to search for particular strings in the address book,
  1997. including the comment and fcc fields. 
  1998.  
  1999. ------------------------------------------- 
  2000. | Multiple and/or Site-Wide Address books |
  2001. -------------------------------------------
  2002.  
  2003. You may have more than one personal address book.  In addition, there may
  2004. be one or more global addressbooks.  This capability allows you to have
  2005. multiple personal address books (some of which may be shared) and it also
  2006. allows system administrators to implement site-wide address books that
  2007. contain entries for users on multiple machines within the organization. 
  2008.  
  2009. Searching.  If you enter a nickname when composing a message, your
  2010. personal address books will be searched through in order, and then the
  2011. global address book(s) searched. If more than one address book has an entry
  2012. for the nickname, Pine uses the first one that it finds, so an entry in
  2013. your personal address book would override a global address book entry. If
  2014. after searching all the address books there is still no match, (Unix) Pine
  2015. then searches the local host password file on the assumption that you have
  2016. entered a local user name rather than an address book nickname. 
  2017.  
  2018. Defining.  You define multiple personal address books via the
  2019. \"address-book\" option in the SETUP CONFIGURATION screen.  You can add as
  2020. many as you like. System administrators may specify a site-wide address
  2021. book by defining the \"global-address-book\" variable in the system-wide
  2022. Pine configuration file.  You may over-ride this definition using the
  2023. \"global-address-book\" option in the SETUP CONFIGURATION screen. 
  2024.  
  2025. Creating and updating.  Personal address books are normally created empty
  2026. and populated by explicit additions from within Pine, e.g. via the
  2027. TakeAddr command. Unlike personal address books, global address books may
  2028. not be modified/updated from within Pine; that is, they are Read-Only. 
  2029. Thus, global address books are created, populated and updated outside of
  2030. Pine. They might be hand-edited, generated by a program from another
  2031. database, or by copying an existing address book.  See the Pine Technical
  2032. Notes document (included in the Pine distribution) for more information on
  2033. this. 
  2034.  
  2035. Accessing.  Address books must be accessible via normal file access
  2036. routines on the machine where Pine is running.  That is, Pine does not yet
  2037. have the ability to access address books on remote systems, except via
  2038. low-level file access protocols such as NFS or SMB.  (It is understood
  2039. that this limits the utility of global address books for PC-Pine users.)
  2040.  
  2041. While global address books are explicitly intended to be shared, there is
  2042. nothing to prevent you from sharing a personal address book with other
  2043. Pine users. This might be useful in the case of a small workgroup. 
  2044. However, it is recommended that updates to shared personal address books
  2045. be done when other Pine users are not accessing the address book. Pine
  2046. does not do any file-locking to manage concurrent updates to the
  2047. addressbook, but it does check to see if the file has been modified before
  2048. making any changes.  Consequently, inadvertent concurrent updates will
  2049. only cause other Pine users to have to restart their address book
  2050. operation, which will cause Pine to re-open the updated file. 
  2051.  
  2052. ------------------------- 
  2053. | Valid Email Addresses | 
  2054. ------------------------- 
  2055.  
  2056. When you enter an email address into the address field of your address
  2057. book you are giving Pine an address that it must be able to actually
  2058. reach.  The address you enter here must be a valid address which is
  2059. reachable from your site.  If it is not, you will get an error message
  2060. after sending the message. 
  2061.  
  2062. A valid email address on the Internet has a user name, an \"@\" sign and
  2063. then a domain.  For example, jsmith@art.nowhere.edu is the email address
  2064. of a person with the username \"jsmith\" who has an account with
  2065. \"art.nowhere.edu\".  The number of segments on the right of the \"@\"
  2066. sign can vary depending on how the address is structured for the
  2067. particular host. 
  2068.  
  2069. If you are sending to someone on the same system as you are, you can leave
  2070. the \"@\" and all the information to its right off of the address, and
  2071. Pine will fill it in automatically.  Sometimes you can also abbreviate the
  2072. right part of the address if you are at the same domain.  When sending
  2073. messages across gateways to other networks, the addresses get more
  2074. complicated.  Ask your local consultants for the correct syntax from your
  2075. site to the network you are trying to reach. 
  2076.  
  2077. <End of help on this topic> 
  2078. ===== h_use_address_book =====
  2079.                    COMPOSER: SELECT ADDRESS
  2080.  
  2081. Navigating the List of Messages               General Pine Commands 
  2082. -------------------------------               ---------------------
  2083. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2084. {F6 : N }  Move to next entry
  2085. {F7 : - }  Show previous screen of address book
  2086. {F8 :Spc}  Show next screen of address book
  2087. {F12: W }  WhereIs (search through address book)
  2088.  
  2089. Address Selection Commands 
  2090. --------------------------
  2091. {F3 : E }  Exit the Address Select screen (without selecting an address)
  2092. {F4 : S }  Select the currently highlighted entry
  2093.  
  2094. This screen is designed to let you easily scan your address book(s) in
  2095. order to select an entry for the message you are composing.  You cannot
  2096. edit your address book in any way at this time, for address book
  2097. maintenance, select the address book command when not composing a message.
  2098.  
  2099. If you are composing a message and know the nickname of the person/list you
  2100. want, you can bypass this screen by simply typing in the nickname on the
  2101. appropriate header line (To:, Cc:, etc.)  Exiting this screen without
  2102. selecting an entry does not cancel your message.
  2103.  
  2104. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2105. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help... 
  2106.  
  2107. <End of help on this topic>
  2108. ===== h_select_nickname =====
  2109.                 TAKEADDR: SELECT NICKNAME 
  2110.  
  2111. Navigating the List of Messages               General Pine Commands 
  2112. -------------------------------               ---------------------
  2113. {F5 : P }  Move to previous entry             {F1 : ? }  Show this help text
  2114. {F6 : N }  Move to next entry
  2115. {F7 : - }  Show previous screen of address book
  2116. {F8 :Spc}  Show next screen of address book
  2117. {F12: W }  WhereIs (search through address book)
  2118.  
  2119. Message Selection Commands 
  2120. --------------------------
  2121. {F3 : E }  Exit the Nickname Select screen (without selecting an address)
  2122. {F4 : S }  Select the currently highlighted entry
  2123.  
  2124. This screen is designed to let you modify or add to an existing address
  2125. book entry.  You have already selected the name(s) and address(es) through
  2126. \"Take Address\".  This screen simply lets you scan your address books and
  2127. select the nickname to be changed/augmented.  If you want to add a new
  2128. entry, then you are in the wrong place-- press {F3:\"E\"} to exit.
  2129.  
  2130. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2131. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help... 
  2132.  
  2133. <End of help on this topic>
  2134. ===== h_takeaddr_screen =====
  2135.                       TAKE ADDRESS COMMANDS
  2136.  
  2137. {Navigating the List of Addresses       Address Selection Commands        :Navigating the List of Addresses       Address Selection Commands}
  2138. {--------------------------------       --------------------------        :--------------------------------       --------------------------}
  2139. { F5  Move to previous entry    F3  Exit without taking address : P  Move to previous entry              E  Exit without taking address}
  2140. { F6  Move to next entry        F4  Take current address(es)    : N  Move to next entry                  T  Take address}
  2141. { F7  Show previous page of address list                        : -  Show previous page of address list} 
  2142. { F8  Show next page of address list -List Mode Only            :spc Show next page of address list     List Mode}
  2143. {                               --------------                  :                                       ---------}
  2144. {Mode Toggle            F9  Set/Unset current address           :Single Mode                             X  Set/Unset current address}
  2145. {-----------            F10 Set all                             :-----------                             A  Set all addresses} 
  2146. { F12 Toggle between List and single mode       F11 Unset all   : L  Switch to list mode                 U  Unset all addresses}
  2147. {                                                               :                                        S  Switch to single mode}
  2148.  
  2149. ------------------------------------------
  2150. | Description of the Take Address Screen |
  2151. ------------------------------------------
  2152.  
  2153. This screen is designed to let you select one or more address/name
  2154. combinations from the current message into your address book.  The cursor
  2155. is initially placed on the line with the message author.  Other lines
  2156. include the names of people and/or mailing lists who also received the
  2157. message.  Other people \"involved\" in the message (e.g. the person named as
  2158. Reply-To:) are also listed here. 
  2159.  
  2160. The simple case is adding a new, single entry into your address book. To
  2161. do this, simply highlight the correct line and press {F4:\"T\"}.  To
  2162. create a new list or add to an existing list, switch the screen display
  2163. into List Mode by pressing {F12:\"L\"}.  In List Mode, you select the
  2164. group of addresses you wish to manipulate by marking them with an \"X\".
  2165. The Set/Unset ({F9:\"X\"}) command will turn the \"X\" on for the
  2166. highlighted address if it was off or turn it off if it was previously on. 
  2167. The SetAll command will select all of the addresses, and the UnSetAll
  2168. command will turn off all the selections.  Once you've gotten the
  2169. selection the way you want it, you may create a new list by pressing
  2170. {F4:\"T\"}. 
  2171.  
  2172. In both the simple and list cases, after choosing to take the address,
  2173. you will be asked for the nickname of the entry.  Typing in a new name
  2174. creates the new entry/list.  Entering an existing nickname will replace
  2175. the entry (simple case) or add to the list (list case).  Alternatively,
  2176. you can press Ctrl-T at the nickname prompt and select an existing
  2177. nickname from your address book. 
  2178.  
  2179. You will normally start in Single Mode, unless you used the Apply command
  2180. to startup the TakeAddr screen, in which case you will start in List Mode.
  2181. You may switch between the two modes at any time.  If you've already
  2182. selected several addresses in List Mode, those will be remembered when you
  2183. switch to Single Mode and then back to List Mode.  The set of addresses
  2184. that are pre-selected when you start in List Mode are the From addresses
  2185. of all of the messages you are operating on.  You may, of course, easily
  2186. erase those selections with the UnSetAll command. 
  2187.  
  2188. If you have more than one writable address book, you will be prompted for
  2189. the name of the address book you wish to add the new entry to before
  2190. anything else. You can use ^N and ^P to choose among the defined address
  2191. books, or type in the address book name. 
  2192.  
  2193. FOR MORE INFORMATION on addresses and Pine's address book: From the Main
  2194. Menu, select \"A ADDRESS BOOK\" and press \"?\" for Help... 
  2195.  
  2196. <End of help on this topic>
  2197. ===== h_attachment_screen =====
  2198.  
  2199. {F1 : ? }  Show this help text 
  2200. {F3 : E }  Exit this screen without displaying or saving any attachments 
  2201. {F4 : V }  View the currently selected attachment
  2202. {F5 : P }  Move to previous attachment
  2203. {F6 : N }  Move to next attachment
  2204. {F7 : - }  Previous page of the listed attachments
  2205. {F8 :Spc}  Next page of the listed attachments
  2206. {F9 : S }  Save the selected attachment to a file
  2207. {F10: | }  Pipe the selected attachment through a UNIX command (if enabled) 
  2208. {F12: W }  Find the matching string in the attachment list
  2209.  
  2210. The Attachment Index displays a list of the current message's attachments,
  2211. and provides for the viewing, saving, or piping (if enabled) of each
  2212. attachment.  The first attachment is usually the message text, but does
  2213. not include the header portion of the message. 
  2214.  
  2215. All attachments can be saved or piped into a UNIX command, but some may
  2216. not be readily displayed by either pine or an external tool.  In such
  2217. cases, the reason why the message cannot be displayed is displayed on
  2218. pine's message line. 
  2219.  
  2220. <End of help on this topic>
  2221.  
  2222. ============= h_mail_text_att_view   ======================== 
  2223.  
  2224. This function allows you to view the contents of a text attachment. You
  2225. can only view one attachment at a time. 
  2226.  
  2227.  _{F1:? }  Get Help     Display this help text 
  2228.  _{F3:E }  Exit Viewer  Go back to mail viewing.
  2229.  _{F7:- }  Prev Page    Show the previous page of the current attachment.
  2230. { F8:Spc}  Next Page    Show the next page of the current attachment by pressing
  2231.  ______                 the space bar.
  2232.  _{F9:Y }  Print        Print the current attachment on paper.  You can select the
  2233.  ______                 printer or the print command via the \"Setup\" command
  2234.  ______                 on the Main menu.
  2235. {F11:S }   Save         Copy the current attachment to a file.  If you just enter
  2236.  ______                 a filename, the attachment will be saved with that name in
  2237.  ______                 your home/current directory.  You may enter the full
  2238.  ______                 path and filename to save it in another directory.
  2239. {F12: W }  WhereIs      Search the attachment for a string of letters.  If it is
  2240. ______                  found, move to it.  The string can be one word or a phrase.
  2241.  ______ If there are multiple occurrences, the cursor moves to the
  2242. ______                first occurrence beyond the current cursor position.
  2243.  
  2244. <End of help on this topic>
  2245. ===== h_composer =====
  2246.                        COMPOSER COMMANDS
  2247.  
  2248. CURSOR MOTION KEYS                     |EDITING KEYS
  2249.   ^B (Left Arrow)   Back character     | ^D       Delete current character  
  2250.   ^F (Right Arrow)  Forward character  | ^H (DEL) Delete previous character
  2251.   ^P (Up Arrow)     Previous line      | ^^       Set a mark
  2252.   ^N (Down Arrow)   Next line          | {F9:^K}       Cut marked text or
  2253.   ^A                Beginning of line  |           delete current line
  2254.   ^E                End of line        | {F10:^U }       Paste text, undelete lines
  2255.   {F7:^Y}                Previous page      |           cut with ^K, or unjustify
  2256.   {F8:^V}                Next page          |-------------------------------------
  2257.   ^@ (Ctrl-SPACE)   Next word          |SCREEN/COMPOSITION COMMANDS
  2258. ---------------------------------------| {F6(^W):^W    }   Whereis (search for string)
  2259. MESSAGE COMMANDS | GENERAL COMMANDS    | {F12:^T }      Spell checker
  2260.  {F3:^C}   Cancel     |  {F1:^G}    Get help     | {F4:^J}       Justify paragraph  
  2261.  {F11:^O }  Postpone   |  ^Z    Suspend      | ^L       Redraw Screen
  2262.  {F2:^X}   Send       |  {F6:^_}    Alt. editor  | {F5:^R}       Read in a file
  2263.  
  2264.  
  2265. NOTE: The presence or absence of the following commands is determined by
  2266. \"feature-list\" options in your Pine configuration.  Also, some of these
  2267. commands may be administratively disabled by your system manager; if they
  2268. don't work, please check with your local help desk before reporting a bug.
  2269.         o Suspend (suspends Pine and gives a system prompt)
  2270.         o Alternate editor (allows you to compose with your own editor)
  2271.  
  2272. The \"Alternate Editor\" and \"Spell Check\" commands are not available in
  2273. PC-Pine.
  2274.  
  2275. Pine does not use the following keys:  Ctrl-S, Ctrl-Q, Ctrl-], Ctrl-\\, ESC
  2276.  
  2277. Note: by default, Pine treats Ctrl-S or Ctrl-Q (sometimes known as XOFF
  2278. and XON), as normal characters, even though Pine does not use them.
  2279. However, the printer, modem, or communication software you are using may
  2280. be configured for \"software flow control\" which means that XON/XOFF must
  2281. be treated as special characters by the operating system.  If you see
  2282. messages such as \"^X not defined for this screen\", or if messages
  2283. printed via the \"attached-to-ansi\" option are missing pieces, then your
  2284. system is probably using software flow control. In this case you will need
  2285. to set the \"preserve-start-stop-characters\" feature.  If you *do* set
  2286. this feature, be advised that if you accidentally hit a Ctrl-S, Pine will
  2287. mysteriously freeze up with no warning.  In this case, try typing a Ctrl-Q
  2288. and see if that puts things right. 
  2289.  
  2290. ---------------------------
  2291. | Description of Composer |
  2292. ---------------------------
  2293.  
  2294. Pine has a built-in editing program which allows you to compose messages
  2295. without having to leave Pine.  The editor is designed to be very simple to
  2296. use so that you can get started writing email right away. 
  2297.  
  2298. Messages are usually just text, about 80 columns wide.  Using upper and
  2299. lower case is encouraged.  On some systems the size limit of the message
  2300. is about 100,000 characters, which is about 2,000 lines.  You can include
  2301. punctuation and special characters found on most keyboards, but you can't
  2302. include characters with diacritical marks and certain special symbols. 
  2303.  
  2304. Text automatically wraps as you type past the end of a line so you do not
  2305. have to hit return.  Using the {F4:\"Ctrl-J\"} command, you can also
  2306. reformat text explicitly, perhaps after you have deleted some text. 
  2307.  
  2308. You can include other text files with the {F5.:\"Ctrl-R\".} You will be
  2309. prompted for the file name of the file. 
  2310.  
  2311. ------------------------------
  2312. | Brief Command Explanations |
  2313. ------------------------------
  2314.  
  2315. MARK, CUT, AND PASTE
  2316.  
  2317. You can define a \"block\" of text, which can subsequently be deleted or
  2318. copied as a unit, by setting a mark at the start of the block (Ctrl-^) and
  2319. then moving the cursor to the end of the desired text block.  You can then
  2320. \"cut\" the block out ({F9:Ctrl-K}), move the cursor, and \"paste\" it
  2321. ({F10:Ctrl-U}) in the new location.  You can paste more than once,
  2322. allowing you to use this feature to copy a block of text also. 
  2323.  
  2324. If you press {F9:Ctrl-K} without having marked anything, Pine will delete
  2325. a single line.  If you delete a group of lines together, Pine keeps them
  2326. in the same buffer, so {F10:Ctrl-U} will restore them as a block.  About
  2327. terminology:  Mark is shown as \"^^\".  The first \"^\" means you should
  2328. hold down the \"Control\" key on your keyboard.  The second \"^\" means
  2329. \"type the character ^\". 
  2330.  
  2331. JUSTIFY ({F4:Ctrl-J})
  2332.  
  2333. The justify command reformats the text in the paragraph the cursor is in.
  2334. Paragraphs are separated by one blank line.  This is useful when you have
  2335. been editing a paragraph and the lines become uneven.  The text is left
  2336. aligned or justified and the right is ragged.  If the text is already
  2337. justified as typed with auto-wrap, no justification will be done. 
  2338.  
  2339. READ FILE ({F5:Ctrl-R})  
  2340.  
  2341. This will allow you to copy in text from an existing file. You will be
  2342. prompted for the name of a file to be inserted into the message.  The file
  2343. name is relative to your home directory or must be a full path name on
  2344. your system.  The file will be inserted where the cursor is located.  *The
  2345. file to be read must be on the same system as Pine.* If you use Pine on a
  2346. Unix machine but have files on a PC or MAC, the files must be transferred
  2347. to the system Pine is running on before they can be read.  Please ask your
  2348. local consultants about the correct way to transfer a file to your Pine
  2349. system as the method will vary from site to site. 
  2350.  
  2351. WHEREIS ({F6:Ctrl-W}) 
  2352.  
  2353. WhereIs searches the message body part of your composition and moves the
  2354. cursor to the first occurrence of the match string appearing after the
  2355. location of the cursor.  The search will wrap to the beginning of the
  2356. message when it no longer finds matches in the remainder of the message. 
  2357.  
  2358. To search for the same string a second time, press {F12:^W} to begin search
  2359. and then just press RETURN to accept the previous search string shown in
  2360. square brackets rather than entering a new search string.
  2361.  
  2362. WhereIs can \"search\" for the first line or last line of a message -- this
  2363. means that WhereIs is a jump-to-top and jump-to-bottom feature, too.
  2364.  
  2365. POSTPONE ({F11:Ctrl-O})
  2366.  
  2367. Temporarily stop working on the current message so you may read other
  2368. messages or compose another message.  When you want to resume a message
  2369. later, start to compose and answer \"yes\" to the \"Continue postponed
  2370. composition?\" question.  You may postpone as many messages as you like. 
  2371.  
  2372. SPELL CHECK ({F12:Ctrl-T})
  2373.  
  2374. Pine can call an external spell checking program to look over the message
  2375. you are composing.  By default, Pine uses the simple Unix spell checker.
  2376. There are no suggested alternative spellings, but Pine will show you the
  2377. \"incorrect\" word and let you fix it or move on.  If a word is misspelled
  2378. more than once, then you will be prompted to confirm the correction of
  2379. each occurrence of it.  Lines beginning with \">\" ( included messages)
  2380. will not be checked.  There is no spell check feature with PC-Pine. 
  2381.  
  2382. SEND ({F2:Ctrl-X})
  2383.  
  2384. Before sending a message, Pine will ask you to confirm that you want the
  2385. message to go out.  At that confirmation stage, Pine moves the composer
  2386. back to the top so that you can verify that the right people are getting
  2387. the message.  After confirmation, the message is sent and copied to the 
  2388. FCC folder (if any).
  2389.  
  2390. <End of help on this topic>
  2391. ====== h_composer_browse =====
  2392.  
  2393. Use this to browse files, perhaps created by some other application.  The
  2394. file name given can be a file in your home directory, an absolute file
  2395. path name for your system, or a file path relative to your home directory.
  2396. No wild card characters may be used.  In Unix Pine, you may use \"~\" to
  2397. refer to your home directory or \"~user\" to refer to another's home
  2398. directory.  The file must reside on the system running Pine. 
  2399.  
  2400. If the \"use-current-dir\" feature is set, names are relative to your
  2401. current directory at the time you started Pine, rather than to your 
  2402. home directory.
  2403.  
  2404. <End of help on this topic>
  2405. ====== h_composer_ins =====
  2406.  
  2407. Use this function to insert a text file into your message. The file name
  2408. given can be a file in your home directory, an absolute file path name for
  2409. your system, or a file path relative to your home directory.  No wild card
  2410. characters may be used.  In Unix Pine, you may use \"~\" to refer to your
  2411. home directory or \"~user\" to refer to another's home directory.  The
  2412. file must reside on the system running Pine. 
  2413.  
  2414. If the \"use-current-dir\" feature is set, names are relative to your
  2415. current directory at the time you started Pine, rather than to your 
  2416. home directory.
  2417.  
  2418. <End of help on this topic>
  2419. ====== h_composer_search =====
  2420.  
  2421. Search the message for a word or part of a word.  When searching in the
  2422. composer, only the message part of your mail is searched, and the cursor
  2423. is put on the first occurrence appearing after the location of the cursor. 
  2424. The search will wrap to the beginning of the message when it no longer
  2425. finds matches in the remainder of the message. 
  2426.  
  2427. To search for the same string a second time, press {F12:Ctrl-W} to begin
  2428. search and then just press RETURN to accept the previous search string
  2429. shown in square brackets rather than entering a new search string. 
  2430.  
  2431. <End of help on this topic>
  2432. ======= h_composer_to ====
  2433.  
  2434. Topics:
  2435.  o The \"To:\" field
  2436.  o Email Address Format
  2437.  o Message Header Commands
  2438.  
  2439. -------------------
  2440. | The \"To:\" field |
  2441. -------------------
  2442.  
  2443. The address you enter here must be a valid address which is reachable
  2444. from your site.  If it is not, you will get an error message after sending
  2445. the message. 
  2446.  
  2447. ------------------------
  2448. | Email Address Format |
  2449. ------------------------
  2450.  
  2451. You may enter a full name and address, a local address that Pine will
  2452. complete for you, the nickname of someone in an address book, or a local
  2453. mail alias defined by your system administrator.  When you move the cursor
  2454. out of this field, the nicknames will be expanded to the addresses in your
  2455. address book, and the local names will be expanded to include the actual
  2456. user name.  You may enter as many addresses as you wish, but they must be
  2457. separated by commas.  You can move around this and other header fields
  2458. with the arrow keys and use many of the usual composer editing keys.
  2459.  
  2460. A valid email address on the Internet has a user name, an \"@\" sign and
  2461. then a domain.  For example, jsmith@art.nowhere.edu is the email address
  2462. of a person with the username \"jsmith\" who has an account with
  2463. \"art.nowhere.edu\".  The number of segments on the right of the \"@\"  
  2464. sign can vary depending on how the address is structured for the
  2465. particular host.
  2466.  
  2467. If you are sending to someone on the same system as you are, you can leave
  2468. the \"@\" and all the information to its right off of the address, and
  2469. Pine will fill it in automatically.  Sometimes you can also abbreviate the
  2470. right part of the address if you are at the same domain.  When sending
  2471. messages across gateways to other networks, the addresses get more
  2472. complicated.  Ask your local consultants for the correct syntax from your
  2473. site to the network you are trying to reach.
  2474.  
  2475.                         MESSAGE HEADER COMMANDS
  2476.  
  2477. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2478. ^B (Left Arrow)    Back character       | ^D       Delete current character  
  2479. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character 
  2480. ^P (Up Arrow)      Previous line        | 
  2481. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2482. ^A                 Beginning of line    |            delete current line
  2483. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2484. {F7:^Y}                 Previous page        |           
  2485. {F8:^V}                 Next page            |-------------------------------------
  2486. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2487. ----------------------------------------| 
  2488. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2489. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File  
  2490. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2491. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2492.  
  2493. <End of help on this topic>
  2494. ======= h_composer_cc ====
  2495.  
  2496. The Cc: field is just like the To: field, except it is used for addressees
  2497. that you wish to send a carbon copy to.  That is, the message is not directly
  2498. addressed to these recipients, but you wanted them to see the message.  The
  2499. only difference the recipients see is that their name is in the Cc: field,
  2500. rather than the To: field.
  2501.  
  2502. For information on email address format, check the Help for the To: header.
  2503.  
  2504.                         MESSAGE HEADER COMMANDS
  2505.  
  2506. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2507. ^B (Left Arrow)    Back character       | ^D       Delete current character  
  2508. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character 
  2509. ^P (Up Arrow)      Previous line        | 
  2510. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2511. ^A                 Beginning of line    |            delete current line
  2512. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2513. {F7:^Y}                 Previous page        |           
  2514. {F8:^V}                 Next page            |-------------------------------------
  2515. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2516. ----------------------------------------| 
  2517. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2518. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File  
  2519. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2520. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2521.  
  2522. <End of help on this topic>
  2523. ======= h_composer_bcc ====
  2524.  
  2525. Bcc: is just the same as the To: and Cc: fields in the way the addresses
  2526. are entered.  The recipients listed here will receive a copy of the
  2527. message, but --assuming your site's mail transport software is properly
  2528. configured-- there will be nothing in the message header as delivered that
  2529. indicates a Bcc: was sent.  The To: and Cc: recipients will not know a
  2530. copy was sent to the Bcc: recipients. 
  2531.         
  2532. For information on email address format, check the Help for the To: header.
  2533.  
  2534.                         MESSAGE HEADER COMMANDS
  2535.  
  2536. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2537. ^B (Left Arrow)    Back character       | ^D       Delete current character  
  2538. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character 
  2539. ^P (Up Arrow)      Previous line        | 
  2540. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2541. ^A                 Beginning of line    |            delete current line
  2542. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2543. {F7:^Y}                 Previous page        |           
  2544. {F8:^V}                 Next page            |-------------------------------------
  2545. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2546. ----------------------------------------| 
  2547. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2548. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File  
  2549. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2550. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2551.  
  2552. <End of help on this topic>
  2553. ======= h_composer_from ======= 
  2554.  
  2555. This header carries your return address.  It is the address toward which
  2556. replies (and often, future unrelated correspondence) will be directed,
  2557. unless you have defined an optional \"Reply-To:\" header.  Make sure this
  2558. address is correct! 
  2559.  
  2560. <End of help on this topic>
  2561. ======= h_composer_reply_to ======= 
  2562.  
  2563. Most people should not need this header. The Reply-To: header is used in
  2564. cases where you would like replies to your messages to be directed to an
  2565. address other than your normal \"From:\" address.  This is atypical, but
  2566. can happen when you use multiple machines and do not have the same account
  2567. name on each one, or when you wish to direct certain replies to accounts
  2568. or folders designated for specific classes of correspondence. 
  2569.  
  2570. <End of help on this topic>
  2571. ======= h_composer_custom_addr ====
  2572.  
  2573. This is a customized header, i.e. not one that is part of Pine's normal
  2574. set of Compose headers.
  2575.  
  2576. For information on email address format, check the Help for the To: header.
  2577.  
  2578.                         MESSAGE HEADER COMMANDS
  2579.  
  2580. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2581. ^B (Left Arrow)    Back character       | ^D       Delete current character  
  2582. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character 
  2583. ^P (Up Arrow)      Previous line        | 
  2584. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2585. ^A                 Beginning of line    |            delete current line
  2586. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2587. {F7:^Y}                 Previous page        |           
  2588. {F8:^V}                 Next page            |-------------------------------------
  2589. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2590. ----------------------------------------| 
  2591. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2592. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File  
  2593. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2594. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2595.  
  2596.  
  2597. <End of help on this topic>
  2598. ======= h_composer_custom_free ====
  2599.  
  2600. This is a customized header, i.e. not one that is part of Pine's normal
  2601. set of Compose headers.
  2602.  
  2603. This field consists of arbitrary text.
  2604.  
  2605.                         MESSAGE HEADER COMMANDS
  2606.  
  2607. CURSOR MOTION KEYS----------------------|EDITING KEYS-------------------------
  2608. ^B (Left Arrow)    Back character       | ^D       Delete current character  
  2609. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character 
  2610. ^P (Up Arrow)      Previous line        | 
  2611. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2612. ^A                 Beginning of line    |            delete current line
  2613. ^E                 End of line          | {F10:^U }      Undelete line(s)
  2614. {F7:^Y}                 Previous page        |           
  2615. {F8:^V}                 Next page            |-------------------------------------
  2616. ^@ (Ctrl-SPACE)    Next word            |SCREEN/COMPOSITION COMMANDS
  2617. ----------------------------------------| 
  2618. MESSAGE COMMANDS  | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2619. {F3:^C}   Cancel       |  {F1:^G}    Get help     | {F4:^J}     Attach File  
  2620. {F11:^O }  Postpone     |  ^Z    Suspend      | ^L     Redraw Screen
  2621. {F2:^X}   Send         |                     | {F5:^R}     Rich Headers
  2622.  
  2623.  
  2624. <End of help on this topic>
  2625. ====== h_composer_news =====
  2626.  
  2627. Use the Newsgroups line to specify any and all USENET newsgroups to which
  2628. your message should be posted.  When composing a message from scratch, this
  2629. line may be hidden.  If so, just press the rich headers command
  2630. ({F5:Ctrl-R}) to make it visible.
  2631.  
  2632. Be aware that when you post to a newsgroup thousands of people will be reading
  2633. your message.  Also, you or your system manager must have defined a \"nntp-
  2634. server\" in your Pine configuration in order for you to be able to post.
  2635.  
  2636. <End of help on this topic>
  2637. ======= h_composer_fcc ====
  2638.  
  2639. The FCC (File Carbon Copy) specifies the folder used to keep a copy of
  2640. each outgoing message.  The default value can be configured with the
  2641. \"default-fcc\" and \"fcc-name-rule\" options.  You can change or remove
  2642. the file carbon copy on any message you send by editing the FCC header. 
  2643.  
  2644. You may type ^T to get a list of all your folders and select one to use as
  2645. the FCC for this message. 
  2646.  
  2647. <End of help on this topic>
  2648. ======= h_composer_subject ====
  2649.                 
  2650. The subject header provides a place to enter a few words that summarize
  2651. the topic of the message you are sending.  You may leave this line blank,
  2652. but it is considered a courtesy to use a meaningful subject. 
  2653.  
  2654. <End of help on this topic>
  2655. ======= h_composer_attachment ====
  2656.  
  2657. This field is where you specify what file or files you'd like attached to
  2658. the message you are composing.  Those files must reside on the machine
  2659. running Pine. If your file is on a PC or Mac and you run Pine with an
  2660. account on a Unix machine, you'll have to transfer it before attaching it. 
  2661. Contact local computer support people for assistance with transferring. 
  2662.  
  2663. Pine uses MIME encoding for attachments, so binaries and files of any
  2664. length can safely be delivered to any MIME capable mail reading program.
  2665. If you send an attachment to someone who does not have a MIME-capable mail
  2666. reading program yet, then the main message text will be readable, but
  2667. attachments (even attachments which are just plain text) are not. 
  2668.  
  2669. Typing the filename on the Attchmts: line achieves the same result as using
  2670. the {F6:Ctrl-J} command.
  2671.  
  2672. If you Forward a message with attachments, you may delete them from your
  2673. Forwarded message by editing the Attchmnt header line.
  2674.  
  2675. <End of help on this topic>
  2676. ======= h_composer_placeholder ====
  2677.  
  2678.                            MESSAGE HEADER COMMANDS
  2679.  
  2680. CURSOR MOTION KEYS                      |EDITING KEYS
  2681. ^B (Left Arrow)    Back character       | ^D       Delete current character  
  2682. ^F (Right Arrow)   Forward character    | ^H (DEL) Delete previous character 
  2683. ^P (Up Arrow)      Previous line        | 
  2684. ^N (Down Arrow)    Next line            | {F9:^K}       Cut marked text or
  2685. ^A                 Beginning of line    |               delete current line
  2686. ^E                 End of line          | {F10:^U }     Undelete line(s)
  2687. {F7:^Y}                 Previous page        |           
  2688. {F8:^V}                 Next page            |-------------------------------------
  2689. ^@ (Ctrl-SPACE)    Next word           |SCREEN/COMPOSITION COMMANDS
  2690. ---------------------------------------| MESSAGE COMMANDS | GENERAL COMMANDS    | {F12:^T }    To Addressbook/Browser
  2691. {F3:^C}   Cancel     |  {F1:^G}    Get help     | {F4:^J}       Attach File  
  2692. {F11:^O }  Postpone    |  ^Z    Suspend      | ^L       Redraw Screen
  2693. {F2:^X}   Send       |                   | {F5:^R}       Rich Headers
  2694.  
  2695.  
  2696. ---------------------
  2697. |  Message Headers  |
  2698. ---------------------
  2699.  
  2700. Message headers are the electronic equivalent of the envelope on postal
  2701. email.  They say who a message is to and who it is from; who should get
  2702. copies and what the message is about.
  2703.  
  2704. Standard headers which you supply include To:, Cc:, Attchmts:, and
  2705. Subject:.  There are other headers which are called \"rich headers\".  They
  2706. are present on every message, but are normally filled out automatically and
  2707. hidden from you.  Rich headers include Fcc:, Bcc:, and Newsgroups:.
  2708. Pressing the {F5:Ctrl-R} key lets you see and modify any of the rich header
  2709. lines.
  2710.  
  2711. Pine introduced a user-defined headers capabilities into version 3.90.  You
  2712. may specify which headers should be part of the default set and may also
  2713. define any arbitrary headers you want added to your email.  This is done
  2714. with the \"default-composer-hdrs\" and \"customized-hdrs\" configuration
  2715. settings.
  2716.  
  2717. TO, CC, and BCC
  2718.  
  2719. These lines specify the various recipients of the message you are about to
  2720. send.  Anything specified an any of these lines must be a valid email
  2721. address which your system can recognize (see below).  You can also type in
  2722. nicknames from the address book for any of these. The distinction between
  2723. To and Cc is a remnant of the time when a memo would be carbon copied to
  2724. \"other\" parties.  With email, recipients on the To: and Cc: lines get the
  2725. message in the same way, but the difference might give recipients clues
  2726. about who is expected to act on the message.
  2727.  
  2728. Bcc stands for \"blind carbon copy\".  People listed on the Bcc line do 
  2729. get a copy of the message, but their names do not appear anywhere on the 
  2730. envelope.  Blind carbon copies are used to allow some parties to read email 
  2731. without the other parties to the message knowing they got it.  It can also be 
  2732. used when sending email to a large group of people.
  2733.  
  2734. ATTACHMENTS
  2735.  
  2736. This field is where you specify what file or files should be attached to
  2737. the current message.  Those files must reside on the machine running Pine.
  2738. If your file is on a PC or Mac and you run Pine with an account on a Unix
  2739. machine, you'll have to transfer it before attaching it.  Contact local
  2740. computer support people for assistance with transferring.
  2741.  
  2742. Pine uses MIME encoding for attachments, so binaries and files of any
  2743. length can safely be delivered to any MIME capable mail reading program.
  2744. If you send an attachment to someone who doesn't have a MIME mail reading
  2745. program, then he main text will be readable, but attachments (even
  2746. attachments which are just plain text) are not.
  2747.  
  2748. Typing the filename on the Attchmts: line achieves the same result as using
  2749. the {F6:Ctrl-J} command.
  2750.  
  2751. SUBJECT
  2752.  
  2753. The subject is your chance to give a few words which will give context to
  2754. the message you are sending.  You may leave this line blank, but it is
  2755. considered a courtesy to use a meaningful subject.
  2756.  
  2757. FCC (File Carbon Copy)
  2758.  
  2759. Fcc specifies the folder which will keep a copy of this piece of outgoing
  2760. email.  The default value can be configured with the \"default-fcc\" and
  2761. \"fcc-name-rule\" variables.  You can change or remove the folder carbon
  2762. copy on a message by message basis by editing the Fcc line.
  2763.  
  2764. NEWSGROUPS
  2765.  
  2766. Use the Newsgroups line to specify any and all USENET newsgroups to which
  2767. your message should be posted.  When composing a message from scratch, this
  2768. line may be hidden.  If so, just press the rich headers command
  2769. ({F5:Ctrl-R}) to make it visible.
  2770.  
  2771. Be aware that when you post to a newsgroup thousands of people will be reading 
  2772. your message.  Also, you or your system manager must have defined a \"nntp-
  2773. server\" in your Pine configuration in order for you to be able to post. 
  2774.  
  2775. -------------------------
  2776. | Valid Email Addresses |
  2777. -------------------------
  2778.  
  2779. When you enter an email address into the address field of your address    
  2780. book you are giving Pine an address that it must be able to actually
  2781. reach.  The address you enter here must be a valid address which is 
  2782. reachable from your site.  If it is not, you will get an error message
  2783. after sending the message.
  2784.  
  2785. A valid email address on the Internet has a user name, an \"@\" sign and
  2786. then a domain.  For example, jsmith@art.nowhere.edu is the email address
  2787. of a person with the username \"jsmith\" who has an account with
  2788. \"art.nowhere.edu\".  The number of segments on the right of the \"@\"   
  2789. sign can vary depending on how the address is structured for the
  2790. particular host.
  2791.  
  2792. If you are sending to someone on the same system as you are, you can leave
  2793. the \"@\" and all the information to its right off of the address, and
  2794. Pine will fill it in automatically.  Sometimes you can also abbreviate the
  2795. right part of the address if you are at the same domain.  When sending
  2796. messages across gateways to other networks, the addresses get more
  2797. complicated.  Ask your local consultants for the correct syntax from your
  2798. site to the network you are trying to reach.
  2799.  
  2800. <End of help on this topic>
  2801. ====== h_config_generic ======
  2802.  
  2803. --------------------------------
  2804. | Setup Configuration Commands |
  2805. --------------------------------
  2806.  
  2807. To change the current variable, press change ({F4:C}), add ({F9:A}) or
  2808. delete ({F10:D}) as appropriate.  To exit this configuration screen, press
  2809. {F3:E}.  Pine will save new configurations as you set them, there is no
  2810. need to save these settings.  Some changes will not take effect until your
  2811. next Pine session. 
  2812.  
  2813. Message Selection Commands 
  2814. --------------------------
  2815. {F3 : E }  Exit the Configuration Screen   {F9:A}  Add Value
  2816. {F4 : C }  Change the current setting      {F10:D}  Delete Value
  2817.  
  2818. Navigating the List of Settings           General Pine Commands 
  2819. -------------------------------           ---------------------
  2820. {F5 : P }  Move to previous entry               {F1 : ? }  Show this help text
  2821. {F6 : N }  Move to next entry                   {F3 : E }  Exit SETUP CONFIGURATION
  2822. {F7 : - }  Show previous screen of configuration               
  2823. {F8 :Spc}  Show next screen of configuration
  2824. {F12: W }  WhereIs (search through configuration)
  2825.  
  2826. ========= h_config_generic_feature_list =====
  2827. --------------------------------
  2828. | Setup Configuration Commands |
  2829. --------------------------------
  2830.  
  2831. To change the current variable, press {F4:X}.  To exit this Setup
  2832. Configuration screen, press {F3:E}.  Pine will save new options as you set
  2833. them, there is no need to save these settings.  However, some changes will
  2834. not take effect until your next Pine session. 
  2835.  
  2836. Message Selection Commands 
  2837. --------------------------
  2838. {F3 : E }  Exit the Setup Config Screen
  2839. {F4 : X }  Change (set or unset) the currently highlighted setting
  2840.  
  2841. Navigating the List of Settings           General Pine Commands 
  2842. -------------------------------           ---------------------
  2843. {F5 : P }  Move to previous entry               {F1 : ? }  Show this help text
  2844. {F6 : N }  Move to next entry                   {F3 : E }  Exit SETUP CONFIGURATION
  2845. {F7 : - }  Show previous screen of options
  2846. {F8 :Spc}  Show next screen of options
  2847. {F12: W }  WhereIs (search through options)
  2848.  
  2849. ========= h_config_generic_radio ============
  2850.  
  2851. --------------------------------
  2852. | Setup Configuration Commands |
  2853. --------------------------------
  2854.  
  2855. To change the current variable, press {F4:S}.  To exit this Setup
  2856. Configuration screen, press {F3:E}.  Pine will save new options as you set
  2857. them, there is no need to save these settings.  However, some changes will
  2858. not take effect until your next Pine session. 
  2859.  
  2860. Message Selection Commands 
  2861. --------------------------
  2862. {F3 : E }  Exit the Setup Config Screen
  2863. {F4 : S }  Change to the currently highlighted setting
  2864.  
  2865. Navigating the List of Settings           General Pine Commands 
  2866. -------------------------------           ---------------------
  2867. {F5 : P }  Move to previous entry               {F1 : ? }  Show this help text
  2868. {F6 : N }  Move to next entry                   {F3 : E }  Exit SETUP CONFIGURATION
  2869. {F7 : - }  Show previous screen of options
  2870. {F8 :Spc}  Show next screen of options
  2871. {F12: W }  WhereIs (search through options)
  2872.  
  2873. ====== h_config_pers_name ======
  2874.         OPTION: Personal-Name
  2875.  
  2876. This value is used to determine the full name part of the \"From\" address
  2877. on messages you send.  If unset, Unix Pine will obtain your full name from
  2878. the system password file. 
  2879.  
  2880. <End of help on this topic>
  2881. ====== h_config_user_id =====
  2882.         OPTION: User-Identification
  2883.  
  2884. This value is used as part of the \"From\" address on messages you send.
  2885. It is also the default login name for remote IMAP server access.  Set this
  2886. to the username part you want to appear on outgoing email. 
  2887.  
  2888. <End of help on this topic> 
  2889. ====== h_config_user_dom =====
  2890.         OPTION: User-Domain
  2891.  
  2892. This value specifies the domain part (right-hand side) of your return
  2893. address on outgoing email and is also used as the default domain for email
  2894. composed to a local user.  If unset, Unix Pine will obtain the domain from
  2895. the system.  Often this value will be set for your whole site by the
  2896. system administrator. 
  2897.  
  2898. If you set this, see also the \"quell-user-lookup-in-passwd-file\" feature.
  2899.  
  2900.  
  2901. <End of help on this topic>
  2902. ====== h_config_smtp_server =====
  2903.         OPTION: SMTP-Server
  2904.  
  2905. This value specifies the name of one or more SMTP servers for sending
  2906. mail. You must have an SMTP server for use with PC-Pine.  SMTP servers are
  2907. normally setup by a system administrator for use by all members of a given
  2908. campus or department.  Contact your local help desk to ask what SMTP
  2909. servers you should use.  Unix Pine users do not need to use an SMTP server
  2910. and can leave this blank. 
  2911.  
  2912. <End of help on this topic>
  2913. ====== h_config_nntp_server =====
  2914.         OPTION: NNTP-Server
  2915.  
  2916. This value specifies the name of the NNTP (Network News Transfer Protocol)
  2917. server for reading and posting USENET news.  NNTP servers are normally
  2918. setup by a system administrator for use by all members of a given campus
  2919. or department.  Contact your local help desk to ask what NNTP servers you
  2920. should use.  Often Unix Pine users will find that this variable has been
  2921. set for the whole system (and you don't have to worry about it).  When you
  2922. define an NNTP server here, Pine implicitly defines a news collection for
  2923. you, assuming that server as the news server and assuming that you will
  2924. use the NNTP protocol and a local newsrc configuration file for reading
  2925. news.  For more about reading news with Pine, see the release notes. 
  2926.  
  2927. <End of help on this topic>
  2928. ====== h_config_inbox_path =====
  2929.         OPTION: Inbox-Path
  2930.  
  2931. This value over-rides the default value of your INBOX name/path/location.
  2932. PC-Pine users must specify an inbox path and it must be a folder on an
  2933. IMAP server.  Unix and VMS Pine users will often find that this variable
  2934. has been pre-configured by your system administrator.  You may be able to
  2935. specify an alternate INBOX which is either a local folder or a folder on
  2936. an IMAP server. 
  2937.  
  2938. A typical remote inbox-path entry would be: {{:{}monet.art.nowhere.edu}INBOX
  2939. where \"monet.art.nowhere.edu\" is replaced by the name of your IMAP
  2940. mail server.
  2941.  
  2942. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  2943. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  2944.  
  2945. <End of help on this topic>
  2946. ====== h_config_folder_spec =====
  2947.         OPTION: Folder-Collections
  2948.  
  2949. Folder collections are \"places\" to store folders.  They roughly
  2950. correspond to a filesystem \"directory\". Pine will normally provide you
  2951. with one folder collection by default.  Using this option, you may
  2952. specify additional collections.  These collections may be local or remote, 
  2953. but they must correspond to a pre-existing filesystem directory, i.e.
  2954. Pine will not create any directory other than the original default.
  2955.  
  2956. The first folder collection listed here is the default collection for the
  2957. Save command -- the place various folders are put unless you specify
  2958. otherwise. 
  2959.  
  2960. A valid local collection is just the specification of a directory on the
  2961. local system followed by square brackets.  For example, \"ART-101\\[]\" may
  2962. be valid on a PC and \"exhibit/[]\" may be valid on Unix.
  2963.  
  2964. Pine also allows you to access a collection on a remote computer (provided
  2965. it supports IMAP and you have the right to store folders on it.)
  2966. To specify a remote folder collection, you need to give the name of the
  2967. IMAP mail server, the name of the collection on that server, and the square
  2968. brackets.  For instance, \"{{:{}wharhol.art.nowhere.edu}art-101/[]\" is a
  2969. remote collection.  As you can tell, the name of the computer is in {{:{}}
  2970. brackets followed immediately by the name of the collection. 
  2971.  
  2972. Collection syntax: 
  2973.  
  2974.  optional-label {{:{}optional-imap-hostname}optional-directory-path[]
  2975.  
  2976. Additional examples:
  2977.  
  2978.  Saved-Email {{:{}klee.art.nowhere.edu}mail/[]  <-- Remote collection
  2979.  Widget-Project widget/[]                   <-- Local collection (Unix)
  2980.  Desktop        MAIL\\[]                    <-- Local collection (PC)
  2981.  
  2982. Use the following SETUP CONFIGURATION commands to manipulate your folder
  2983. collections list:
  2984.  
  2985.  {F9 : A}  Add Value
  2986.  {F10: D}  Delete Value
  2987.  {F4 : C}  Change the current setting    
  2988.  
  2989. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  2990. press \"?\" for Help... Look for the section on \"Folder Collections\".
  2991.  
  2992. <End of help on this topic>
  2993. ====== h_config_news_spec =====
  2994.          OPTION: News-Collections
  2995.  
  2996. This value defines one or more collections of incoming newsgroup folders;
  2997. however, most people will not need to use this option since setting the
  2998. nntp-server option will implicitly define the most common news-collection
  2999. configuration.
  3000.  
  3001. You can use this to set a specific news collection other than that defined
  3002. implicitly by defining an NNTP server.  News collections defined here can
  3003. take several forms:
  3004.  
  3005.   Partial newsfeeds:            News *{{:{}news.nowhere.edu/nntp}[comp.*] 
  3006.   News on the local host:       News *[] 
  3007.   Newsfeeds accessed via IMAP:  News *{{:{}news.nowhere.edu}[]
  3008.  
  3009. FOR MORE INFORMATION on collections, check the help for the \"Folder
  3010. Collections\" option above and the help for the FOLDER LIST screen.
  3011.  
  3012. <End of help on this topic>
  3013. ====== h_config_default_fcc =====
  3014.          OPTION: Default-FCC (File Carbon Copy)
  3015.  
  3016. This value specifies where a copy of outgoing mail should be saved.  If
  3017. this is not a path name, it will be in the default collection for saves. 
  3018. Any valid folder specification, local or IMAP, is allowed.  This default
  3019. folder carbon copy only applies when the fcc-rule-name (see later in this
  3020. configuration screen) is set to use the default folder.  Unix Pine default
  3021. is normally \"sent-mail\" in the default folder collection. PC-Pine
  3022. default is \"SENTMAIL\" (normally stored as SENTMAIL.MTX)
  3023.  
  3024. To suppress saving of outgoing mail, set: default-fcc=\"\"
  3025.  
  3026. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3027. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3028.  
  3029. <End of help on this topic>
  3030. ====== h_config_postponed_folder =====
  3031.          OPTION: Postponed-Folder
  3032.  
  3033. This value over-rides the default name for the folder where postponed
  3034. messages are saved.  If this is not a path name, it will be in the default
  3035. collection for message Saves.  Any valid folder specification, local or
  3036. remote, is allowed.  The Unix Pine default is normally \"postponed-mail\"
  3037. in the default collection. PC-Pine default is \"POSTPOND\" (stored as
  3038. POSTPOND.MTX)
  3039.  
  3040. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3041. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3042.  
  3043. <End of help on this topic>
  3044. ====== h_config_read_message_folder =====
  3045.          OPTION: Read-Message-Folder
  3046.  
  3047. By virtue of specifying a folder name here, Pine will be configured to
  3048. save all messages which you have read during a session into the designated
  3049. \"read messages\" folder.  This allows you to more easily distinguish
  3050. between your really new email (in your INBOX) and those which you have
  3051. already read.  Depending on how you define the \"auto-move-read-messages\"
  3052. setting in the \"feature-list\", you may or may not be asked when you quit
  3053. Pine if you want read messages to be moved to this folder.  In either
  3054. case, moving the messages means they will be deleted from your INBOX. 
  3055.  
  3056. If this is not a path name, it will be in the default collection for
  3057. saves.  Any valid folder specification, local or remote (via IMAP), is
  3058. allowed.  There is no default for the name of the read message folder. 
  3059.  
  3060. FOR MORE INFORMATION: From the Main Menu, select \"L FOLDER LIST\" and
  3061. press \"?\" for Help... Look for the section \"Valid Folder Names\".
  3062.  
  3063. <End of help on this topic>
  3064. ====== h_config_newsrc_path ======
  3065.         OPTION: newsrc-path
  3066.  
  3067. This option over-rides the default name Pine uses for your \"newsrc\" news
  3068. status and subscription file.  If set, Pine will take this value as the
  3069. full pathname for the desired newsrc file. 
  3070.  
  3071. If this option is not set, Unix Pine looks for the file ~/.newsrc and 
  3072. PC-Pine looks first for  $HOME\\NEWSRC  (where $HOME defaults to the root 
  3073. of the current drive, e.g. \"C:\\\" ) and then it looks in the same 
  3074. directory as your pinerc file for NEWSRC.
  3075.  
  3076. <End of help on this topic>
  3077. ====== h_config_signature_file =====
  3078.         OPTION: Signature-File
  3079.  
  3080. This is the name of a file which will be automatically inserted into
  3081. outgoing messages.  It typically contains information such as your name,
  3082. email address and organizational affiliation.  Pine adds the signature
  3083. into the message as soon as you enter the composer so you can choose to
  3084. remove it on a message by message basis.  Signature file placement in
  3085. message replies is controlled by the \"signature-at-bottom\" setting in
  3086. the feature list. 
  3087.  
  3088. The default file name on Unix is \".signature\"; on PC-Pine the file is in
  3089. the same directory as your PINERC file, under the name \"\\PINE.SIG\". 
  3090. The signature file must be kept on the local system, not a remote IMAP
  3091. server. 
  3092.  
  3093. To create a signature file, use your favorite text editor, such as 
  3094. pico, vi, or emacs, and enter a *few* lines of text containing your
  3095. identity and affiliation.  Save this text to the file \".signature\"
  3096. unless you use this option to specify a different file name.
  3097.  
  3098. <End of help on this topic>
  3099. ====== h_config_addressbook =====
  3100.         OPTION: Address-Book
  3101.  
  3102. This value over-rides the default name of your personal address book file.  
  3103. You may also define additional personal address books, to which you
  3104. may add selected addresses from within Pine.
  3105.  
  3106. The default is to have a single address book.  On Unix the file is named
  3107. \"~/.addressbook\" and on PCs the file is in the same directory as your
  3108. PINERC file, under the name \"\\ADDRBOOK\". 
  3109.  
  3110. At this time address books must be kept on the local system, not a remote
  3111. IMAP server.  If you override the default name for PC-Pine's addressbook,
  3112. do not add a filename extension, since Pine will use your specified name
  3113. and add a \".lu\" extension when it generates its auxiliary index (look
  3114. up) file. 
  3115.  
  3116. You may optionally precede the file name with a label that will be used
  3117. for identification in the ADDRESS BOOK display.  For example: 
  3118.  
  3119.    PERSONAL addrbook
  3120.  
  3121. <End of help on this topic>
  3122. ====== h_config_global_addrbook ==========   
  3123.         OPTION: Global-Address-Book
  3124.  
  3125. This value specifies the name(s) of global (system-wide) address books.
  3126. Defining these will typically be done in the system-wide Pine
  3127. configuration file by your system administrator.  This option may be used
  3128. to specify one for a shared workgroup addressbook, or to over-ride the
  3129. system-wide default, if it exists. 
  3130.  
  3131. You may optionally precede the file name with a label that will be used
  3132. for identification in the ADDRESS BOOK display.  For example: 
  3133.  
  3134.    WORKGROUP wgaddrbk
  3135.  
  3136. Global address books must be accessible via normal file access routines 
  3137. on the machine where Pine is running.  Unlike personal address books,
  3138. global address books may not be modified/updated from within Pine;
  3139. that is, they are Read-Only. 
  3140.  
  3141. There is no default value for this option. 
  3142.  
  3143. <End of help on this topic>
  3144. ====== h_config_init_cmd_list =====
  3145.         OPTION: Initial-Keystroke-List
  3146.  
  3147. The initial keystroke --or command-- list option lets you start Pine at
  3148. any place you like.  Whatever keystrokes you specify here will be executed
  3149. by Pine upon startup as a macro.  The words SPACE, TAB, DOWN, UP, LEFT, and
  3150. RIGHT indicate the pressing of those keys.  CR indicates the pressing of
  3151. the RETURN key.  F1 through F12 represent the function keys.  For example,
  3152. to view message 1 on startup, you would specify i,j,1,CR,v. 
  3153.  
  3154. Restriction: You cannot pre-type into the composer with the initial
  3155. keystroke list. 
  3156.  
  3157. <End of help on this topic>
  3158. ====== h_config_comp_hdrs =====
  3159.         OPTION: Default-Composer-Headers
  3160.  
  3161. You can decide which headers you want visible when composing outgoing
  3162. email using this option.  You can specify any of the regular set, any rich
  3163. header or any custom header which you have already defined.  If you use
  3164. this setting at all, you must specify all the headers you want to see, you
  3165. can't just add to the regular header set.  The default set is To:, Cc:,
  3166. Attchmnt:, and Subject:. 
  3167.  
  3168. Note that the \"Newsgroups:\" header will be abbreviated in the Composer 
  3169. display, but should be spelled-in-full here.
  3170.  
  3171. <End of help on this topic>
  3172. ====== h_config_custom_hdrs =====
  3173.         OPTION: Customized-Headers
  3174.  
  3175. You may add your own custom headers to all outgoing messages.  Each header
  3176. you specify here must include the header tag (Reply-to:, Approved:, etc.)
  3177. and may optionally include a value for that header.  If you want to see
  3178. these custom headers each time you compose a message, you must add them to
  3179. your default composer headers list (see above), otherwise they become part
  3180. of the rich header set which you only see when you press the rich header
  3181. (Ctrl-R) command. 
  3182.  
  3183. <End of help on this topic>
  3184. ====== h_config_saved_msg_name_rule =====
  3185.         OPTION: Saved-Msg-Name-Rule
  3186.  
  3187. This option determines the default folder name for Saves... Choose either:
  3188. default-folder, by-sender, by-from, by-recipient, last-folder-used. 
  3189. Normal default is \"default-folder\", which on Unix means
  3190. \"saved-messages\" and in PC-Pine means \"SAVEMAIL\". 
  3191.  
  3192. <End of help on this topic>
  3193. ====== h_config_fcc_rule =====
  3194.         OPTION: FCC-Name-Rule
  3195.  
  3196. This option determines the default name for folder carbon copy. Choose
  3197. one: default-fcc, by-recipient, last-fcc-used.  Normal default is
  3198. \"default-fcc\", the value of which is set in the \"default-fcc\" variable
  3199. as specified earlier in this configuration.  Note that whatever the fcc
  3200. specified here, it will be overwridden by any fcc entries you have in your
  3201. address book. 
  3202.  
  3203. <End of help on this topic>
  3204. ====== h_config_sort_key =====
  3205.         OPTION: Sort-Key
  3206.  
  3207. This option determines the order in which messages will be displayed in
  3208. the Folder Index screen.  Choose from: 
  3209.  
  3210.  o Date -- Sort folders according to the date and time they were
  3211.      sent. On a folder like INBOX, sorting by \"Date\" should be almost
  3212.      identical to sorting by \"Arrival\".
  3213.  o Arrival -- Sort messages into the order in which they arrived.
  3214.  o From -- Sort messages by the name of the author of the message.
  3215.      Messages with the same author are grouped together. Groups of
  3216.      messages are then put into alphabetical order according to message         
  3217.      author.
  3218.  o Subject -- Sort messages by subject. Messages with the same
  3219.      subject are grouped together. Pine ignores leading \"Re:\" and \"re:\"
  3220.      and trailing \"(fwd)\" when determining the likeness and
  3221.      alphabetical order of subject lines. Groups of messages are put
  3222.      into alphabetical order according to subject.
  3223.  o OrderedSubj -- Grouping of all messages with the same subject
  3224.      together is done in the same way as sort by subject. With
  3225.      \"OrderedSubj\" however, groups of messages are put into date order
  3226.      according to the oldest message on a given subject. This sorting
  3227.      provides pseudo threading of messages.
  3228.  o ReverseDate -- Like \"Date\" but the newest message is first.
  3229.  o ReverseArrival -- Like \"Arrival\" but the newest message is first.
  3230.  o ReverseFrom -- Like \"From\" but groups of messages are ordered in
  3231.      reverse alphabetical order (Z-A).
  3232.  o ReverseSubject -- Like \"Subject\" but groups of messages are
  3233.      ordered in reverse alphabetical order (Z-A).
  3234.  o ReverseOrderedSubj -- Like \"OrderedSubj\" but groups of messages
  3235.      are ordered with the newest groups first (according to the first
  3236.      message of each group)
  3237.  
  3238. Normal default is \"arrival\".
  3239.  
  3240. <End of help on this topic>
  3241. ====== h_config_ab_sort_rule =====
  3242.         OPTION: Address-Book-Sort-Rule
  3243.  
  3244. This option controls the order in which address book entries will be
  3245. presented.  Choose one of the following: 
  3246.  
  3247. fullname                  use fullname field, lists mixed in 
  3248. fullname-with-lists-last  use fullname field, but put lists at end
  3249. nickname                  use nickname field, lists mixed in 
  3250. nickname-with-lists-last  use nickname field, but put lists at end 
  3251. dont-sort                 don't change order of file
  3252.  
  3253. The normal default is \"fullname-with-lists-last\".
  3254.  
  3255. <End of help on this topic>
  3256. ====== h_config_char_set =====
  3257.         OPTION: Character-Set
  3258.  
  3259. The character set is used primarilly to mark outgoing email appropriately.
  3260. Set it to whatever character set you might use to compose messages.
  3261. Whenever you actually send a message, Pine checks it to see if it is, in
  3262. fact, US-ASCII (a subset of the other sets allowable). If it is US-ASCII,
  3263. the outgoing message will be marked as such no matter what you have set as
  3264. your character set. Normal default is US-ASCII.  Typical alternatives
  3265. include ISO-8859-x, where x is a number between 1 and 9. 
  3266.  
  3267. <End of help on this topic>
  3268. ====== h_config_editor =====
  3269.         OPTION: Alternate-Editor
  3270.  
  3271. Editor specifies the program invoked by ^_ in the Composer. This is
  3272. normally an alternative to Pine's internal composer (Pico).  You could use
  3273. this setting to specify an alternate editor to use occasionally or if you
  3274. have a favorite editor and want to use it all the time (see the \"enable-
  3275. alternate-editor-implicitly\" setting).  In either case, the
  3276. \"enable-alternate-editor\" feature must be turned on too. 
  3277.  
  3278. <End of help on this topic>
  3279. ====== h_config_image_viewer =====
  3280.         OPTION: Image-Viewer
  3281.  
  3282. This option specifies the program Pine should call to view MIME
  3283. attachments of type IMAGE (e.g. GIF or TIFF).  The Image Viewer setting is
  3284. no longer needed, but remains for backward compatibility.  The more
  3285. general method for associating external printing and viewing programs with
  3286. specific MIME data types is to use the system's (or your personal)
  3287. \"mailcap\" configuration file. 
  3288.  
  3289. <End of help on this topic>
  3290. ====== h_config_domain_name =====
  3291.         OPTION: Use-Only-Domain-Name
  3292.  
  3293. This option is used only if the \"user-domain\" option is *not* set.  If set
  3294. to \"Yes\" (and user-domain is not used), then Pine strips the hostname from
  3295. your return (\"From\") address and when completing unqualified addresses
  3296. that you enter into the composer. 
  3297.  
  3298. If you set this, see also the \"quell-user-lookup-in-passwd-file\" feature.
  3299.  
  3300. Not applicable to PC-Pine. 
  3301.  
  3302. <End of help on this topic>
  3303. ====== h_config_prune_date =====
  3304.         OPTION: Last-Time-Prune Question
  3305.  
  3306. This value records the last time you were asked about deleting old
  3307. sent-mail. It is set automatically by Pine at the beginning of each
  3308. month. If you wish to suppress the monthly sent-mail pruning feature, set
  3309. this to a date in the future, e.g. 99.12
  3310.  
  3311. <End of help on this topic>
  3312. ====== h_config_enable_full_hdr =====
  3313.         FEATURE: enable-full-header-cmd
  3314.  
  3315. This feature enables the \"H Full Headers\" command which toggles between
  3316. the display of all headers in the message and the normal edited view of
  3317. headers.  The Full Header command also controls which headers are included
  3318. for Export, Pipe, Print, Forward, and Reply functions.  (For Reply, the
  3319. Full Header mode will respect the \"include-headers-in-reply\" feature
  3320. setting.)
  3321.  
  3322. <End of help on this topic>
  3323. ====== h_config_enable_pipe =====
  3324.         FEATURE: enable-unix-pipe-cmd
  3325.  
  3326. This feature enables the \"| Pipe\" command that sends the current message
  3327. to the specified Unix command for external processing.  Not available on
  3328. PC-Pine.
  3329.  
  3330. <End of help on this topic>
  3331. ====== h_config_enable_tab_complete =====
  3332.         FEATURE: enable-tab-completion
  3333.  
  3334. This feature enables the TAB key when at a prompt for a filename. In this
  3335. case, TAB will cause the partial name already entered to be automatically
  3336. completed, provided the partial name is unambiguous.
  3337.  
  3338. <End of help on this topic>
  3339. ====== h_config_quit_wo_confirm =====
  3340.          FEATURE: quit-without-confirm
  3341.  
  3342. This feature controls whether or not Pine will ask for confirmation when a
  3343. Quit command is received.
  3344.  
  3345. <End of help on this topic>
  3346. ====== h_config_enable_jump =====
  3347.          FEATURE: enable-jump-shortcut
  3348.  
  3349. Setting this feature will allow you to enter a number (followed by RETURN)
  3350. and jump to that message number, when in the FOLDER INDEX or MESSAGE TEXT
  3351. screens.  In other words, it obviates the need for typing the \"J\" for the
  3352. Jump command.
  3353.  
  3354. <End of help on this topic>
  3355. ====== h_config_enable_alt_ed =====
  3356.         FEATURE: enable-alternate-editor-cmd
  3357.  
  3358. If this feature is set, and the \"editor\" variable is not set, entering
  3359. the ^_ (Control-underscore) key while composing a message will prompt you
  3360. for the name of the editor you would like to use.
  3361.  
  3362. If the environment variable $EDITOR is set, this value will be offered as
  3363. a default.  If \"editor\" variable is set, the ^_ key will activate the
  3364. specified editor without prompting, in which case it is not necessary to
  3365. set the \"enable-alternate-editor\" feature.  This feature is not
  3366. available in PC-Pine. 
  3367.  
  3368. <End of help on this topic>
  3369. ====== h_config_alt_ed_now =====
  3370.          FEATURE: enable-alternate-editor-implicitly
  3371.  
  3372. If this feature and the \"editor\" variable are both set, Pine will
  3373. automatically activate the specified editor when the cursor is moved from
  3374. the header of the message being composed into the message text.  For
  3375. replies, the alternate editor will be activated immediately.  This feature
  3376. is not available in PC-Pine.
  3377.  
  3378. <End of help on this topic>
  3379. ====== h_config_enable_bounce =====
  3380.          FEATURE: enable-bounce-cmd
  3381.  
  3382. Setting this feature enables the \"B Bounce\" command, which will prompt
  3383. for an address and *remail* the message to the new recipient.  This command
  3384. is used to re-direct messages that you have received in error, or need to 
  3385. be redirected for some other reason (e.g. list moderation).  The final
  3386. recipient will see a header indicating that you have Resent the msg, but
  3387. the message's From: header will show the original author of the message,
  3388. and replies to it will go back to that author, and not to you.
  3389.  
  3390. <End of help on this topic>
  3391. ====== h_config_enable_agg_ops =====
  3392.          FEATURE: enable-aggregate-command-set
  3393.  
  3394. Setting this feature enables the commands and subcommands that relate to
  3395. performing operations on more than one message at a time.  We call these
  3396. \"aggregate operations\".  In particular, the \"; Select\", \"A Apply\",
  3397. and \"Z Zoom\" commands are enabled by this feature.  Select is used to
  3398. \"tag\" one or more messages meeting the specified criteria.  Apply can
  3399. then be used to apply any message command to all of the selected/tagged
  3400. messages.  Further, the Zoom command allows you to toggle the Folder Index
  3401. view between just those Selected and all messages in the folder. 
  3402.  
  3403. This feature also enables the \"^X\" sub-command in the FOLDER INDEX WhereIs 
  3404. command which causes all messages matching the WhereIs argument to become
  3405. selected.
  3406.  
  3407. <End of help on this topic>
  3408. ====== h_config_enable_flag =====
  3409.          FEATURE: enable-flag-cmd
  3410.  
  3411. Setting this feature enables the \"* Flag\" command which allows you to
  3412. manipulate the status flags associated with a message.  By default, Flag
  3413. will set the \"Important\" flag, which results in an asterisk being
  3414. displayed in column one of the FOLDER INDEX for such messages.
  3415.  
  3416. <End of help on this topic>
  3417. ====== h_config_can_suspend =====
  3418.          FEATURE: enable-suspend
  3419.  
  3420. Setting this feature will allow you to type ^Z (Control Z) and temporarily
  3421. suspend Pine.  Not available on PC-Pine.
  3422.  
  3423. <End of help on this topic>
  3424. ====== h_config_expanded_folders =====
  3425.          FEATURE: expanded-view-of-folders
  3426.  
  3427. If multiple folder collections are defined, and you wish to have them all
  3428. expanded implicitly upon entering the FOLDER LIST screen, then set this 
  3429. feature.
  3430.  
  3431. <End of help on this topic>
  3432. ====== h_config_expanded_addrbooks ======
  3433.          FEATURE: expanded-view-of-addressbooks
  3434.  
  3435. If multiple address books (either personal or global) are defined, and you
  3436. wish to have them all expanded implicitly upon entering the ADDRESS BOOK
  3437. screen, then set this feature. 
  3438.  
  3439. <End of help on this topic>
  3440. ====== h_config_compose_news_wo_conf ======
  3441.          FEATURE: compose-sets-newsgroup-without-confirm
  3442.  
  3443. This feature controls one aspect of Pine's Composer.  If you enter the
  3444. composer while reading a news group, you will normally be prompted to
  3445. determine whether you intend the new message to be posted to the current
  3446. newsgroup or not.  If this feature is set, Pine will not prompt you
  3447. in this situation, and will assume that you do indeed wish to post
  3448. to the newsgroup you are reading.
  3449.  
  3450. <End of help on this topic>
  3451. ====== h_config_compose_rejects_unqual ======
  3452.      FEATURE: compose-rejects-unqualified-addrs
  3453.  
  3454. This feature controls one aspect of the message composer; in particular, 
  3455. what happens when an unqualified name is entered into an address header.
  3456. If set, unqualified names entered as addresses will be treated as errors
  3457. unless they match an addressbook nickname.  Pine will not attempt to turn
  3458. them into complete addresses by adding your local domain.
  3459.  
  3460. A complete (fully qualified) address is one containing a username followed
  3461. by an \"@\" symbol, followed by a host or domain name (e.g. 
  3462. \"jsmith@nowhere.edu\").  An unqualified name is one *without* the \"@\"
  3463. symbol and host or domain name (e.g. \"jsmith\"),
  3464.  
  3465. When you enter a fully qualified address, Pine does not interpret or
  3466. modify it, but simply passes it on to the mail-transport-agent (MTA) for
  3467. your system.  Pine conforms to the Internet standards governing message
  3468. headers and will not send an unqualifed name to the MTA.  Therefore, when
  3469. you enter an unqualified name, Pine will normally attempt to turn it into
  3470. a fully qualified address, first by checking to see if you have entered a
  3471. matching nickname in your addressbook, or failing that, by simply adding
  3472. your own domain to the name entered.  So if your address is
  3473. \"jsmith@nowhere.edu\" and you enter \"fred\", then (assuming \"fred\" is 
  3474. not a valid nickname), Pine will turn that into \"fred@nowhere.edu\". 
  3475.  
  3476. There are situations where it is not desirable for Pine to interpret such
  3477. unqualified names as valid (local) addresses.  For example, if \"fred\"
  3478. turned out to be a typo (intended to be an addressbook nickname), but
  3479. there actually was a \"fred\" in your local domain, the message might be
  3480. mis-delivered without your realizing it.  In order to reduce the liklihood
  3481. of such accidents, setting this feature will cause Pine to treat such
  3482. addresses as errors, and require that you explicitly enter the full local
  3483. address (e.g. \"fred@nowhere.edu\") or correct the name so that it matches
  3484. an address book nickname. 
  3485.  
  3486. Consider this a safety feature against mis-directed mail.
  3487.  
  3488. <End of help on this topic>
  3489. ====== h_config_quell_local_lookup  ======
  3490.          FEATURE: quell-user-lookup-in-passwd-file
  3491.  
  3492. This feature controls an aspect of Pine's Composer, and if needed, will
  3493. usually be set by your system manager in Pine's system-wide configuration
  3494. file. Specifically, if this feature is set, Pine will not attempt to look
  3495. in the system password file to find a Full Name for the entered address.
  3496.  
  3497. Normally, names you enter into address fields (e.g. To: or Cc:) are
  3498. checked against your address book(s) to see if they match an address book
  3499. nickname.  Failing that, (in Unix Pine) the name is then checked against
  3500. the Unix password file.  If the entered name matches a username in the
  3501. system password file, Pine extracts the corresponding Full Name information 
  3502. for that individual, and adds that to the address being entered. 
  3503.  
  3504. However, password file matching can have surprising (incorrect) results if
  3505. other users of the system do not receive mail at the domain you are using.
  3506. That is, if either the \"user-domain\" or \"use-only-domain-name\" option
  3507. is set such that the administrative domain of other users on the system
  3508. isn't accurately reflected, Pine should be told that a passwd file match
  3509. is coincidental, and Full Name info will be incorrect.  For example, a
  3510. personal name from the password file could get falsly paired with the
  3511. entered name as it is turned into an address in the configured domain. 
  3512.  
  3513. If you are seeing this behavior, enabling this feature will prevent Unix
  3514. Pine from looking up names in the password file to find the Full Name
  3515. for incomplete addresses you enter.
  3516.  
  3517. <End of help on this topic>
  3518. ====== h_config_preserve_start_stop ======
  3519.          FEATURE: preserve-start-stop-characters
  3520.  
  3521. This feature controls how special control key characters, typically
  3522. Ctrl-S and Ctrl-Q, are interpreted when input to Pine.  These characters
  3523. are known as the \"start\" and \"stop\" characters and are sometimes used in
  3524. communications paths to control data flow.
  3525.  
  3526. By default, Pine turns the system's handling of these special characters
  3527. off.  However, if you see Pine reporting input errors such as:
  3528.  
  3529.             [ Command \"^Q\" not defined for this screen. ]
  3530.  
  3531. and, at the same time, see your display become garbled, then it is
  3532. likely setting this option will solve the problem.  Be aware, though,
  3533. that enabling this feature will also cause Pine to ostensibly \"hang\"
  3534. whenever the Ctrl-S key combination is entered as the system is now
  3535. interpreting such input as a \"stop output\" command.  To \"start output\"
  3536. again, simply type Ctrl-Q.
  3537.  
  3538. <End of help on this topic>
  3539. ====== h_config_enable_incoming ======
  3540.          FEATURE: enable-incoming-folders
  3541.  
  3542. If set, this feature defines a pseudo-folder collection called
  3543. \"INCOMING MESSAGE FOLDERS\".  Initially, the only folder included
  3544. in this collection will be your INBOX, which will no longer show up in 
  3545. your default saved-message folder collection.
  3546.  
  3547. You may add more folders to the Incoming Message Folders collection by
  3548. using the \"{F10:A} Add\" command in the FOLDER LIST screen.  You will 
  3549. be prompted for the host the folder is stored on (which defaults to the
  3550. same host used for your INBOX), a nickname, and the actual folder name.  
  3551. Once a set of Incoming Message Folders are defined, the TAB key (in
  3552. FOLDER INDEX or MESSAGE TEXT screens) may be used to scan the folders
  3553. for those with Recent messages.
  3554.  
  3555. NOTE: Pine does not do \"delivery filtering\"; this is the province of
  3556. other programs such as \"filter\" or \"procmail\".  Pine's Incoming
  3557. Message Folders collection provides a convenient way to access multiple
  3558. incoming folders, once they are created by other programs.  It is also
  3559. useful if you have accounts on multiple computers.
  3560.  
  3561. <End of help on this topic>
  3562. ====== h_config_attach_in_reply ======
  3563.          FEATURE: include-attachments-in-reply
  3564.  
  3565. This feature controls an aspect of Pine's Reply command. If set, any MIME
  3566. attachments that were part of the original message will automatically be
  3567. included in the Reply.
  3568.  
  3569. <End of help on this topic>
  3570. ====== h_config_include_header =====
  3571.          FEATURE: include-header-in-reply
  3572.  
  3573. This feature controls an aspect of Pine's Reply command. If set, and the
  3574. original message is being included in the reply, then headers from that
  3575. message will also be part of the reply.
  3576.  
  3577. <End of help on this topic>
  3578. ====== h_config_sig_at_bottom =====
  3579.         FEATURE: signature-at-bottom
  3580.  
  3581. This feature controls an aspect of Pine's Reply command.  If this feature
  3582. is set, and the original message is being included in the reply, then the
  3583. contents of your signature file (if any) will be inserted after the included
  3584. message, and the cursor will also be positioned after the included text.
  3585.  
  3586. <End of help on this topic>
  3587. ====== h_config_use_fk =====
  3588.         FEATURE: use-function-keys
  3589.  
  3590. This feature specifies that Pine will respond to function keys instead of
  3591. the normal single-letter commands. In this mode, the key menus at the
  3592. bottom of each screen will show function key designations instead of the
  3593. normal mnemonic key. 
  3594.  
  3595. <End of help on this topic>
  3596. ====== h_config_del_skips_del =====
  3597.         FEATURE: delete-skips-deleted
  3598.  
  3599. This feature controls an aspect of Pine's Delete command.  If set, this
  3600. feature will cause the Delete command to advance past other messages that
  3601. are marked deleted.  In other words, pressing \"D\" will both mark the
  3602. current message deleted and advance to the next message that is not marked
  3603. deleted.
  3604.  
  3605. <End of help on this topic>
  3606. ====== h_config_auto_expunge =====
  3607.         FEATURE: expunge-without-confirm
  3608.  
  3609. This features controls an aspect of Pine's eXpunge command.  If set, you
  3610. will not be prompted to confirm your intent before the expunge takes place.
  3611.  
  3612. <End of help on this topic>
  3613. ====== h_config_auto_read_msgs =====
  3614.         FEATURE: auto-move-read-msgs
  3615.  
  3616. This feature controls an aspect of Pine's behavior upon quitting.  If set,
  3617. and the \"read-message-folder\" variable is also set, then Pine will
  3618. automatically transfer all read messages to the designated folder and mark
  3619. them as deleted in the INBOX.  Messages in the INBOX marked with an \"N\"
  3620. (meaning New, or unseen) are not affected.
  3621.  
  3622. <End of help on this topic>
  3623. ====== h_config_read_in_newsrc_order =====
  3624.         FEATURE: news-read-in-newsrc-order
  3625.  
  3626. This feature controls the order that news groups will be presented.  If
  3627. set, they will be presented in the same order as they occur in your .newsrc
  3628. file (or \\NEWSRC file in the case of PC-Pine).  If not set, the newsgroups
  3629. will be presented in alphabetical order.
  3630.  
  3631. <End of help on this topic>
  3632. ====== h_config_post_wo_validation =====
  3633.         FEATURE: news-post-without-validation
  3634.  
  3635. This feature controls whether the NNTP server is queried as news groups
  3636. are entered for posting.  Validation over slow links (e.g. dialup using 
  3637. SLIP or PPP) can cause delays.  Set this feature to eliminate such delays. 
  3638.  
  3639. <End of help on this topic>
  3640. ====== h_config_select_wo_confirm =====
  3641.         FEATURE: select-without-confirm
  3642.  
  3643. This feature controls an aspect of Pine's Save, Export, and Goto commands.
  3644. These commands all take text input to specify the name of the folder or
  3645. file to be used, but allow you to press ^T for a list of possible names.
  3646. If set, the selected name will be used immediately, without further
  3647. opportunity to confirm or edit the name.
  3648.  
  3649. <End of help on this topic>
  3650. ====== h_config_use_current_dir =====
  3651.            FEATURE: use-current-dir
  3652.  
  3653. This feature controls an aspect of several commands. If set, your \"current
  3654. working directory\" will be used instead of your home directory for all of
  3655. the following operations: 
  3656.  
  3657.     o Export in the FOLDER INDEX and MESSAGE TEXT screens
  3658.     o Attachment Save in the MESSAGE TEXT and ATTACHMENT TEXT screens
  3659.     o Ctrl-R file inclusion in the COMPOSER
  3660.     o Ctrl-J file attachment in the COMPOSER
  3661.  
  3662. <End of help on this topic>
  3663. ====== h_config_save_wont_delete =====
  3664.           FEATURE: save-will-not-delete
  3665.  
  3666. This feature controls one aspect of the Save command.  If set, Save will
  3667. not mark the message \"deleted\" (its default behavior) after it has been
  3668. copied to the designated folder.
  3669.  
  3670. <End of help on this topic>
  3671. ====== h_config_save_advances =====
  3672.           FEATURE: save-will-advance
  3673.  
  3674. This feature controls one aspect of the Save command.  If set, Save will
  3675. (in addition to copying the current message to the designated folder) also
  3676. advance to the next message.
  3677.  
  3678. <End of help on this topic>
  3679. ====== h_config_force_low_speed =====
  3680.           FEATURE: assume-slow-link
  3681.  
  3682. This feature affects Pine's display routines.  If set, the normal
  3683. inverse-video cursor (used to highlight the current item in a list) will be
  3684. replaced by an \"arrow\" cursor and other screen update optimizations for
  3685. low-speed links (e.g. 2400 bps dialup connections) will be activated.
  3686.  
  3687. <End of help on this topic>
  3688. ====== h_config_show_delay_cue =====
  3689.           FEATURE: enable-mail-check-cue
  3690.  
  3691. If set, this feature will cause an asterisk to appear in the upper
  3692. left-hand corner of the screen whenever Pine checks for new mail, and two
  3693. asterisks whenever Pine saves (checkpoints) the state of the current
  3694. mailbox to disk.
  3695.  
  3696. <End of help on this topic>
  3697. ====== h_config_auto_open_unread =====
  3698.           FEATURE: auto-open-next-unread
  3699.  
  3700. This feature controls the behavior of the TAB key when traversing folders
  3701. in the optional \"incoming-folders\" collection or in optional
  3702. \"news-collections\".  When the TAB (Next New) key is pressed, and there
  3703. are no more unseen messages in the current (incoming message or news)
  3704. folder, Pine will search the list of folders in the current collection for
  3705. one containing New or Recent (new since the last time the folder was
  3706. opened) messages.  Normally, when such a folder is found, Pine will ask
  3707. whether you wish to open the folder.  If this feature is set, Pine will
  3708. automatically open the folder without prompting.
  3709.  
  3710. <End of help on this topic>
  3711. ====== h_config_auto_include_reply =====
  3712.           FEATURE: include-text-in-reply
  3713.  
  3714. This feature controls an aspect of Pine's Reply command.  Normally, Pine
  3715. will ask whether you wish to include the original message in your reply.
  3716. If this feature is set, the original message will be included in the reply
  3717. automatically, without prompting.
  3718.  
  3719. <End of help on this topic>
  3720. ====== h_config_select_in_bold =====
  3721.          FEATURE: show-selected-in-boldface
  3722.  
  3723. This feature controls an aspect of Pine's aggregate operation commands; in
  3724. particular, the Select and WhereIs commands. Select and WhereIs (with the
  3725. ^X subcommand) will search the current folder for messages meeting a
  3726. specified criteria, and \"tag\" the resulting messages with an \"X\" in the
  3727. first column of the applicable lines in the FOLDER INDEX.  If this feature
  3728. is set, instead of using the \"X\" to denote a selected message, Pine will
  3729. attempt to display those index lines in boldface. Whether this is
  3730. preferable to the \"X\" will depend on personal taste and the type of
  3731. terminal being used.
  3732.  
  3733. <End of help on this topic>
  3734. ====== h_config_folder_extension ======
  3735.  
  3736. Normally PC-Pine appends the extension \"MTX\" to all local (PC) folder
  3737. names and suppresses that extension when listing those folders.  By
  3738. setting this option, you over-ride this behavior.  In particular, you may
  3739. set \"folder-extension\" to the \"null string\" which tells PC-Pine to
  3740. neither add nor hide-from-view *any* folder name extension. 
  3741.  
  3742. The reason you might wish to over-ride the MTX default is that recent
  3743. versions of PC-Pine have the ability to open (albeit READ-ONLY) normal
  3744. Unix mail folders. Since it might be inconvenient to rename all of them to
  3745. have an MTX extension, it is possible with this option to switch PC-Pine's
  3746. behavior so that such folders can be seen and accessed without changing
  3747. their names. However, doing this means that your existing PC-Pine local
  3748. folders will have apparently changed their names.  For example, if you had
  3749. a local folder named \"FOO\" it will now appear in the Folder List as
  3750. \"FOO.MTX\". If you wish to save additional messages to that folder, you
  3751. will need to enter the full name, \"FOO.MTX\" at the Save prompt. 
  3752. Likewise for GOTO. 
  3753.  
  3754. If you wish to permanently avoid having to deal with folder name extensions,
  3755. you will need to set this option to the null string by entering two double-
  3756. quote marks, and you will need to rename your existing local folders to 
  3757. not have an MTX extension.  In DOS this can be done in one command, once
  3758. you have changed to your mail directory:  RENAME  *.MTX  *.
  3759.  
  3760. We don't know why you might wish to, but you could also use this option
  3761. to tell PC-Pine to use an extension other than MTX.  In this case, enter
  3762. the three characters you desire to use in lieu of \"MTX\".  Note that
  3763. your existing folders will need to be renamed to correspond to this new
  3764. extension.
  3765.  
  3766.  
  3767. <End of help on this topic>
  3768. ====== h_config_disable_config_screen =====
  3769.          FEATURE: disable-config-screen
  3770.  
  3771. This feature is intended for use by system managers who wish to provide a
  3772. specific Pine configuration to their users in order to reduce confusion
  3773. about Pine's growing set of optional features.  If set, the configuration
  3774. screen (Main/Setup/Config) will not be available.
  3775.  
  3776. <End of help on this topic>
  3777. ====== h_config_disable_password_cmd =====
  3778.         FEATURE: disable-password-cmd
  3779.  
  3780. This feature is intended for use by system managers who wish to globally
  3781. disable Pine's password-changing command (Main/Setup/Password) at sites
  3782. where it is inappropriate.
  3783.  
  3784. <End of help on this topic>
  3785. ====== h_config_disable_update_cmd =====
  3786.         FEATURE: disable-update-cmd
  3787.  
  3788. This feature is intended for use by system managers who wish to globally
  3789. disable Pine's update command (Main/Setup/Update).  The Update command
  3790. allows PC-Pine users to fetch new releases of the program.  Tech notes
  3791. and other information may also be available via the Update function.
  3792.  
  3793. <End of help on this topic>
  3794. ====== h_config_disable_kblock_cmd =====
  3795.         FEATURE: disable-kblock-cmd
  3796.  
  3797. This feature is intended for use by system managers who wish to globally
  3798. disable the keyboard lock command (Main/KBlock).
  3799.  
  3800. <End of help on this topic>
  3801. ====== h_config_quote_all_froms =====
  3802.         FEATURE: save-quotes-leading-froms
  3803.  
  3804. This feature controls an aspect of the Save command (and also the way 
  3805. outgoing messages are saved to an FCC folder).  If set, Pine will add
  3806. a leading \">\" character in front of message lines beginning with \"From
  3807. \" when they are saved to another folder, including lines syntactically
  3808. distinguishable from the type of message separator line commonly used on
  3809. Unix systems.
  3810.  
  3811. The default behavior is that a \">\" will be prepended only to lines
  3812. beginning with \"From \" that might otherwise be confused with a message
  3813. separator line on Unix systems.  If pine is the only mail program you use,
  3814. this default is reasonable.  If another program you use has trouble
  3815. displaying a message with an unquoted \"From \" saved by Pine, you should
  3816. enable this feature.  This feature only applies to the common Unix mailbox
  3817. format that uses message separator lines beginning with \"From \".  If
  3818. Pine has been configured to use a different mailbox format (possibly
  3819. incompatible with other mail programs), then this issue does not arise,
  3820. and the feature is irrelevant. 
  3821.  
  3822. <End of help on this topic>
  3823. ====== h_config_normal_fg =====
  3824.         OPTION: normal-foreground-color
  3825.  
  3826. Sets PC-Pine's foreground (the actual character) color.
  3827.  
  3828. <End of help on this topic>
  3829. ====== h_config_normal_bg =====
  3830.         OPTION: normal-background-color
  3831.  
  3832. Sets PC-Pine's background (the area behind the character) color.
  3833.  
  3834. <End of help on this topic>
  3835. ====== h_config_reverse_fg =====
  3836.         OPTION: reverse-foreground-color
  3837.  
  3838. Sets PC-Pine's foreground (the actual character) color for reverse video
  3839. characters. 
  3840.  
  3841. <End of help on this topic>
  3842. ====== h_config_reverse_bg =====
  3843.         OPTION: reverse-background-color
  3844.  
  3845. Sets PC-Pine's background (the area behind the character) color for
  3846. reverse video characters. 
  3847.  
  3848. <End of help on this topic>
  3849. ====== h_config_news_uses_recent ======
  3850.          FEATURE: news-approximates-new-status
  3851.  
  3852. This feature causes certain messages to be marked as \"New\" in the
  3853. Folder Index of news groups.
  3854.  
  3855. When opening a news group, Pine will consult your \"newsrc\" file and
  3856. determine the last message you have previously disposed of via the \"D\"
  3857. key.  If this feature is set, any subsequent messages will be shown in the
  3858. Index with an \"N\", and the first of these messages will be highlighted. 
  3859. Although this is only an approximation of true \"New\" or \"unseen\"
  3860. status, it provides a useful cue to distinguish more-or-less recent 
  3861. messages from those you have seen previously, but are not yet ready to
  3862. mark deleted.
  3863.  
  3864. Background: your \"newsrc\" file (used to store message status information
  3865. for news groups) is only capable of storing a single flag, and Pine uses  
  3866. this to record whether or not you are \"done with\" a message, as
  3867. indicated by marking the message as \"Deleted\".  Unfortunately, this
  3868. means that Pine has no way to record exactly which messages you have 
  3869. previously seen, so it normally does not show the \"N\" status flag for
  3870. any messages in a news group. This feature enables a starting
  3871. *approximation* of seen/unseen status that may be useful.
  3872.  
  3873. <End of help on this topic>
  3874. ====== h_oe_detach_no =====
  3875. Enter the attachment number from the list above, or if none, enter \"1\",
  3876. then press RETURN.  Then you'll be able to Save or process that attachment. 
  3877. ====== h_os_index_whereis =====
  3878. Enter ^V or ^Y to go immediately to the last or first message in the index.
  3879. Or, enter the match string followed by RETURN.
  3880. ====== h_os_index_whereis_agg =====
  3881. Enter ^V or ^Y to go immediately to the last or first message in the index,
  3882. Or, enter the match string followed by RETURN (or ^X to select all matches). 
  3883. =========== h_oe_add_full ==================
  3884. Type the full name of the person being added and press the RETURN key.
  3885. Press ^C to cancel addition. 
  3886. =========== h_oe_add_nick ==================
  3887. Type a short nickname and press RETURN.  A nickname is a short easy-to-
  3888. remember word, name or initials like \"joe\", or \"wcfields.\"  ^C to cancel. 
  3889. ========== h_oe_add_addr ================
  3890. Type the e-mail address and press RETURN.
  3891. Press ^C to cancel addition.
  3892. ========== h_oe_crlst_full ==============
  3893. Type a long name or description for the list that you are creating and
  3894. press RETURN.  Press ^C to cancel creation of list. 
  3895. =========== h_oe_crlst_nick =============
  3896. Type a nickname (short, easy-to-remember name or single word) for the list
  3897. you are creating and press RETURN.  Press ^C to cancel. 
  3898. ========== h_oe_crlst_addr ==============
  3899. Type an e-mail address, or a nickname already in the address book that you
  3900. want to be part of this list and press RETURN. 
  3901. ========== h_oe_adlst_addr =============
  3902. Type an e-mail address or a nickname already in the address book that you
  3903. want to add to this list and press RETURN. 
  3904. ========== h_oe_editab_nick ============
  3905. Change the nickname using the arrow keys and delete key.  Press RETURN
  3906. when done.  Press ^C to cancel editing and leave the nickname as it was. 
  3907. ========== h_oe_editab_full ============
  3908. Change the full name using the arrow keys and delete key.  Press RETURN
  3909. when done.  Press ^C to cancel editing and leave the full name as it was. 
  3910. ========== h_oe_editab_addr ============
  3911. Change the address using the arrow keys and delete key.  Press RETURN 
  3912. when done.  Press ^C to cancel editing and leave the address as it was. 
  3913. ========== h_oe_editab_fcc ============
  3914. Change the fcc using the arrow keys and delete key.  Press RETURN when
  3915. done.  Press ^C to cancel editing and leave the fcc as it was. 
  3916. ========== h_oe_editab_comment ============
  3917. Change the comment field using the arrow keys and delete key.  Press RETURN 
  3918. when done.  Press ^C to cancel editing and leave the comment as it was. 
  3919. ========== h_ab_edit_a_field ==========
  3920. Edit any of the fields of the currently selected entry by typing one of the 
  3921. letters at the bottom of the screen.  Press ^C to cancel edit.
  3922. ========== h_oe_editab_al ============
  3923. Change the address using the arrow keys and delete key.  Press RETURN 
  3924. when done.  Press ^C to cancel editing and leave the address as it was. 
  3925. ========== h_oe_searchab ===============
  3926. Type the word or name you want to search for and press RETURN.  If you press 
  3927. RETURN without entering anything the word in [] will be searched for. 
  3928. ========== h_oe_searchrl ==========
  3929. Type the word, name or address you want to search for and press RETURN.  If you 
  3930. press RETURN without entering anything the word in [] will be searched for. 
  3931. ========== h_oe_save ==========
  3932. Type the name of the folder you want to save the message in and press RETURN.  
  3933. Press ^T to get a list of your folders.  Press ^C to cancel saving this mail. 
  3934. ========== h_oe_chooseabook ==========
  3935. Choose the address book you want to save the new entry in.
  3936. Use ^N or ^P to change address books.  ^C to cancel.
  3937. ========== h_oe_takeaddr ==========
  3938. Edit the e-mail address using the arrow and delete keys.  Press RETURN
  3939. when done.  Press ^C to cancel adding this entry to the address book. 
  3940. ========== h_oe_take_or_replace ==========
  3941. Press R to replace the old entry with this new list.  Press A to add the
  3942. selected addresses to the old existing list.  Press ^C to cancel addition. 
  3943. ========== h_oe_takename ==========
  3944. Edit the full name to be correct using the arrow and delete keys.  Press RETURN 
  3945. when done.  Press ^C to cancel adding this entry to the address book. 
  3946. ========== h_oe_takenick ==========
  3947. Type a nickname (short easy-to-remember name, initials or single word) for this 
  3948. entry in the address book and press RETURN.  Press ^C to cancel addition. 
  3949. ========== h_oe_jump ==========
  3950. Type the number of the message number you want to jump to and press
  3951. RETURN.  Press ^C if you want to cancel jumping to another message. 
  3952. ========== h_oe_broach ==========
  3953. Type the name of the folder you want to open and press RETURN.  Press ^T to 
  3954. get a list of all your folders and make a selection.  Press ^C to cancel open. 
  3955. ========== h_oe_foldsearch ==========
  3956. Type the word, name or address you want to search for and press RETURN.  If you 
  3957. press RETURN without entering anything the word in [] will be searched for. 
  3958. ========== h_oe_foldadd ==========
  3959. Type the name of the folder you want to add and press RETURN.  Press ^C to
  3960. cancel adding a new folder. 
  3961. ========== h_oe_foldrename ==========
  3962. Change the old name of the folder to the new name using the arrow and
  3963. delete keys and press RETURN.  Press ^C to cancel rename. 
  3964. ========== h_oe_login ==========
  3965. Enter your login name for the host you are opening the mailbox on.  Just press 
  3966. RETURN to use your login from this host as is, or edit it with delete key. 
  3967. ========== h_oe_passwd ==========
  3968. Type your password for the host and login shown as part of the prompt. 
  3969. Press ^C to cancel opening folder. 
  3970. ========== h_oe_choosep ==========
  3971. Enter the number associated with the printer you want to select.  Press ^C to 
  3972. cancel the printer selection.  The current selection is highlighted. 
  3973. ========== h_oe_customp ==========
  3974. Type the name of the Unix print command and press RETURN.  Press ^C to
  3975. cancel the printer selection. 
  3976. ========== h_oe_searchview ==========
  3977. Type the word or name you want to search for and press RETURN.  If you press 
  3978. RETURN without entering anything the word in [] will be searched for. 
  3979. ========== h_oe_keylock ==========
  3980. The keyboard is in use and locked by another user.  Only that user can
  3981. unlock this keyboard by typing the password. 
  3982. ========== h_oe_export ==========
  3983. Type the name of file in your home directory to write the message into and 
  3984. press RETURN.  You may also give an absolute path or use \"~\".  Use ^C to cancel 
  3985. ========== h_wt_expire ==========
  3986. At the beginning of each month Pine offers to rename your current sent-mail 
  3987. folder to one named for the month so you have a sent-mail folder for each month 
  3988. ========== h_wt_delete_old ==========
  3989. It is the beginning of the month, and we need to conserve disk
  3990. space.  Please delete any sent-mail that you do not need. 
  3991. ========== h_wt_auger_in ==========
  3992. This emergency cancel is used when Pine is completely stuck.  It'll dump a core 
  3993. file for debugging and will NOT SAVE message under composition or status. 
  3994. ========== h_select_sort ==========
  3995. Select the order for sorting the index by typing the capitalized letter. 
  3996. Arrival is by arrival in your mailbox; Date is by time/day message was sent. 
  3997. ========== h_mini_setup ==========
  3998. Select one of the setup tasks by typing the capitalized letter. 
  3999. ========== h_sticky_personal_name ==========
  4000. Type in your name as you want it to appear on outgoing email.  This entry
  4001. will be saved into your Pine configuration file. 
  4002. ========== h_sticky_inbox ============
  4003. INBOX syntax is usually {{:{}complete.machine.name}INBOX
  4004. This entry will be saved into your Pine configuration file. 
  4005. ========== h_sticky_smtp ============
  4006. The name of the computer on your campus which relays your outgoing email
  4007. to the Internet.  This entry will be saved into your Pine configuration file. 
  4008. ========== h_sticky_user_id ==========
  4009. The username or login-id part of your email address.  This entry will be
  4010. saved into your Pine configuration file. 
  4011. ========== h_sticky_domain ==========
  4012. The domain part of your email address, NOT the name of your PC.  This
  4013. entry will be saved into your Pine configuration file. 
  4014. ========== h_bounce =========
  4015. Enter the address or nickname of the intended recipient.  Pine will resend
  4016. the message, which will retain the original author's From: address.
  4017. ========== h_incoming_add_folder_host =========
  4018. Enter RETURN if the folder is on the machine where Pine is running;
  4019. otherwise enter the host name of the mail server, or ^X if same as INBOX.
  4020. ========== h_incoming_add_folder_name =========
  4021. Enter the name of the desired folder. Pine will attempt to create this
  4022. folder on the previously specified mail server. 
  4023. ========== h_incoming_add_folder_nickname =========
  4024. Enter an (optional) nickname that will be used in lieu of the actual 
  4025. host and folder names in the FOLDER LIST display.
  4026. ========== h_anon_forward ==========
  4027. Enter the address of your intended recipient, or ^C to cancel.
  4028. Example: jsmith@somewhere.edu
  4029. ========== h_news_subscribe ==========
  4030. Enter the name of the news group to which you wish to subscribe,
  4031. or ^C to cancel.  Example: comp.mail.pine
  4032. ========== h_pipe_msg ==========
  4033. Enter the name of the Unix command to which you wish to send this
  4034. message, or ^C to cancel.
  4035. ========== h_pipe_attach ==========
  4036. Enter the name of the Unix command to which you wish to sent this
  4037. attachment, or ^C to cancel.
  4038. ========== h_select_by_num ==========
  4039. Enter a list of numbers (or number ranges), or ^C to cancel.  The messages 
  4040. corresponding to the numbers will be selected.  Example: 2-5,7-9,11,19
  4041. ========== h_select_txt_from ==========
  4042. Messages with From: headers containing the entered string will be selected.
  4043. ^C to cancel. ^R enters current msg From: address.  ^T enters To: address.
  4044. ========== h_select_txt_to ==========
  4045. Messages with To: headers containing the entered string will be selected.
  4046. ^C to cancel. ^R enters current msg From: address.  ^T enters To: address.
  4047. ========== h_select_txt_cc ==========
  4048. Messages with From: headers containing the entered string will be selected.
  4049. ^C to cancel. ^R enters current msg From: address.  ^T enters To: address.
  4050. ========== h_select_txt_subj ==========
  4051. Messages with Subject: headers containing the entered string will be selected.
  4052. ^C to cancel.  ^X enters Subject: line of current message.
  4053. ========== h_select_txt_all ==========
  4054. All messages containing the entered string will be selected.  Headers, 
  4055. but not encoded attachments, will be compared.  Enter ^C to cancel.
  4056. ========== h_attach_index_whereis ========== 
  4057. Enter some text that appears in the Attachment Index entry for the desired
  4058. attachment.  The first attachment containing that text will be highlighted.
  4059. ========== h_kb_lock ========== 
  4060. Keystrokes entered here (up to a RETURN) comprise a password that must
  4061. be entered again later in order to unlock the keyboard.
  4062. ========== h_config_whereis ========== 
  4063. To move quickly to a particular option or feature, enter a search string or
  4064. ^C to cancel.
  4065. ========== h_config_add ========== 
  4066. Enter desired value; use normal editing keys to modify (e.g. ^K, ^D).  Just
  4067. pressing RETURN sets the Empty Value (this turns off any global default).
  4068. ========== h_config_change ========== 
  4069. Edit the existing value using arrow keys, ^K to delete entire entry, ^D to 
  4070. delete current (highlighted) character, etc.  Enter ^C to cancel change.
  4071.